GigaSpaces XAP 9.7.2 API

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
Version:
1.0
Author:
Michael Konnikov
See Also:
IRemoteJSpaceAdmin.getState(), LifeCycle

Field Summary
static int ABORTED
          Service has been aborted.
static int ABORTING
          Service is during abort process
static int STARTED
          Service is started.
static int STARTING
          Service is starting.
static int STOPPED
          Service is stopped.
static int UNKNOWN
          Service is unreachable.
 

Field Detail

STARTING

static final int STARTING
Service is starting.

See Also:
Constant Field Values

STARTED

static final int STARTED
Service is started.

See Also:
Constant Field Values

STOPPED

static final int STOPPED
Service is stopped.

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

ABORTING

static final int ABORTING
Service is during abort process

Since:
7.1.1 Should not be published on the lus as is due to backward
See Also:
Constant Field Values

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.