GigaSpaces XAP 9.1 API

net.jini.core.entry
Interface Entry

All Superinterfaces:
Serializable
All Known Subinterfaces:
IReplicatable
All Known Implementing Classes:
AbstractEntry, Address, BasicServiceType, Comment, EventDrivenSpaceRemotingEntry, ExternalEntry, HashedEventDrivenSpaceRemotingEntry, Location, com.j_spaces.core.client.MetaDataEntry, Name, ServiceInfo, ServiceType, Status

public interface Entry
extends Serializable

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:
ServiceRegistrar


GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.