Class State

All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, Entry, ServiceControlled

public class State extends GenericEntry implements SmartExternalizable
The State entry represents the current service state. The State has primary state - @see com.j_spaces.core.ISpaceState and secondary states. Secondary states are internal states and shouldn't be used in space lookup. electable - state that indicates whether the space can participate in election . replicable - state that indicates whether the space is ready for replication.
Since:
5.0
See Also: