Package net.jini.core.entry
Interface Entry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractEntry,ActiveElectionState,BasicServiceType,ClusterGroup,ClusterName,Comment,ContainerName,EntrySnapshot,EventDescriptor,ExternalEntry,GenericEntry,HostName,JMXConnection,JoinState,Name,ServiceInfo,ServiceType,State,Status
This class is the supertype of all entries that can be stored in a Jini(TM) Lookup service.
Each field of an entry must be a public reference (object) type. You cannot store primitive types
in fields of an Entry. An Entry may have any number of methods or
constructors. Each field is serialized separately, so references between two fields of an entry
will not be reconstituted to be shared references, but instead to separate copies of the original
object.
- Since:
- 1.0
- Author:
- Sun Microsystems, Inc.
- See Also: