com.j_spaces.core
Interface ISpaceState


public interface ISpaceState

Defines a set of constants that gives an information on the state of a JavaSpace.

Since:
4.0
See Also:
IRemoteJSpaceAdmin.getState(), LifeCycle

Field Summary
static int ABORTED
          Service has been aborted.
static int ADVERTISED
          Service has been advertised.
static int PAUSED
          Service is paused.
static int STARTED
          Service is started.
static int STOPPED
          Service is stopped.
static int UNADVERTISED
          Service has been unadvertised.
static int UNKNOWN
          Service is unreachable.
 

Field Detail

STOPPED

static final int STOPPED
Service is stopped.

See Also:
Constant Field Values

STARTED

static final int STARTED
Service is started.

See Also:
Constant Field Values

PAUSED

static final int PAUSED
Service is paused.

See Also:
Constant Field Values

UNADVERTISED

static final int UNADVERTISED
Service has been unadvertised.

See Also:
Constant Field Values

ADVERTISED

static final int ADVERTISED
Service has been advertised.

See Also:
Constant Field Values

ABORTED

static final int ABORTED
Service has been aborted.

See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
Service is unreachable.

See Also:
Constant Field Values