Uses of Package
net.jini.core.entry

Packages that use net.jini.core.entry
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. 
net.jini.core.lookup These are the lookup service interfaces and classes. 
net.jini.entry Provides classes that are useful when handling or implementing entries. 
net.jini.space JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects. 
 

Classes in net.jini.core.entry used by net.jini.core.entry
Entry
          This class is the supertype of all entries that can be stored in a Jini Lookup service.
 

Classes in net.jini.core.entry used by net.jini.core.lookup
Entry
          This class is the supertype of all entries that can be stored in a Jini Lookup service.
 

Classes in net.jini.core.entry used by net.jini.entry
Entry
          This class is the supertype of all entries that can be stored in a Jini Lookup service.
 

Classes in net.jini.core.entry used by net.jini.space
Entry
          This class is the supertype of all entries that can be stored in a Jini Lookup service.
UnusableEntryException
          Thrown when one tries to get an Entry from a service, but the entry is unusable (due to serialization or other errors).