Package net.jini.core.entry

The 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 Summary
Entry This class is the supertype of all entries that can be stored in a Jini Lookup service.
 

Exception Summary
UnusableEntryException Thrown when one tries to get an Entry from a service, but the entry is unusable (due to serialization or other errors).
 

Package net.jini.core.entry Description

The 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 Also:
ServiceRegistrar, JavaSpace, "Jini Entry Specification"


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.