Uses of Package
net.jini.core.entry

Packages that use net.jini.core.entry
com.sun.jini.lookup.entry Helper utility classes for managing entries used as lookup service attributes. 
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
net.jini.admin These interfaces provide common ways to export particular administrative functionality. 
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.lookup Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. 
net.jini.lookup.entry These are common entry classes for use as attributes in lookup services and their associated JavaBeans(TM) component wrapping classes. 
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 com.sun.jini.lookup.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 com.sun.jini.outrigger
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).
 

Classes in net.jini.core.entry used by net.jini.admin
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.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.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.lookup.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).
 



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