Package com.j_spaces.core
Interface ISpaceState
- All Known Implementing Classes:
JSpaceState
public interface ISpaceState
Defines a set of constants that gives an information on the state of a JavaSpace.
- Since:
- 4.0
- Version:
- 1.0
- Author:
- Michael Konnikov
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intService has been aborted.static final intService is during abort processstatic final intService is started.static final intService is starting.static final intService is stopped.static final intService is unreachable.
-
Field Details
-
STARTING
static final int STARTINGService is starting.- See Also:
-
STARTED
static final int STARTEDService is started.- See Also:
-
STOPPED
static final int STOPPEDService is stopped.- See Also:
-
ABORTED
static final int ABORTEDService has been aborted.- See Also:
-
UNKNOWN
static final int UNKNOWNService is unreachable.- See Also:
-
ABORTING
static final int ABORTINGService is during abort process- Since:
- 7.1.1 Should not be published on the lus as is due to backward
- See Also:
-