Entry interface and its associated
UnusableEntryException are used by the lookup service
to represent service-specific attributes and by the JavaSpace
interface to mark entries.See: Description
| Interface | Description | 
|---|---|
| CloneableEntry | 
 Required by service utilities to avoid sharing internal state. 
 | 
| Entry | 
 This class is the supertype of all entries that can be stored in a
 Jini Lookup service. 
 | 
| Exception | Description | 
|---|---|
| UnusableEntryException | 
 Thrown when one tries to get an  
Entry from a service,
 but the entry is unusable (due to serialization or other errors). | 
Entry interface and its associated
UnusableEntryException are used by the lookup service
to represent service-specific attributes and by the JavaSpace
interface to mark entries.ServiceRegistrar, 
JavaSpace, 
"Jini Entry Specification"