-
Class Summary
| Class |
Description |
| AbstractEntry |
An abstract implementation of Entry that provides useful
implementations of equals, hashCode, and
toString.
|
-
Exception Summary
| Exception |
Description |
| UnusableEntriesException |
Thrown from methods that normally return a collection of Entry instances when one or more of the entries can't be
unmarshalled.
|
Package net.jini.entry Description
Provides classes that are useful when handling or implementing
entries. 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.
- Since:
- 1.0
- Version:
- 2.0
- See Also:
net.jini.core.entry,
Jini Entry Specification