June 1999
Intermediate to advanced
368 pages
8h 21m
English
Entries are designed to be used in distributed algorithms for which exact-match lookup semantics are useful. An entry is a typed set of objects, each of which may be tested for exact match with a template. The details of entries and their semantics are discussed in the Jini Entry Specification.
When designing entries, certain tasks are commonly done in similar ways. This specification defines a utility class for such common tasks.
The class net.jini.entry.AbstractEntry is a specific implementation of Entry that provides useful implementations of equals, hashCode, and toString:
package net.jini.entry; public abstract class AbstractEntry implements Entry { public boolean equals(Object o) {...} public int ...
Read now
Unlock full access