com.crystaldecisions.sdk.plugin.desktop.server
Interface IStatusInfo.Status

Enclosing interface:
IStatusInfo

public static interface IStatusInfo.Status

The set of possible states for the server.


Field Summary
static int[] ALL_STATUSES
           
static int FAILED
           
static int INITIALIZING
           
static int RUNNING
           
static int RUNNING_WITH_ERRORS
           
static int RUNNING_WITH_WARNINGS
           
static int STARTING
           
static int STOPPED
           
static int STOPPING
           
 

Field Detail

STOPPED

static final int STOPPED
See Also:
Constant Field Values

STARTING

static final int STARTING
See Also:
Constant Field Values

INITIALIZING

static final int INITIALIZING
See Also:
Constant Field Values

RUNNING

static final int RUNNING
See Also:
Constant Field Values

STOPPING

static final int STOPPING
See Also:
Constant Field Values

FAILED

static final int FAILED
See Also:
Constant Field Values

RUNNING_WITH_ERRORS

static final int RUNNING_WITH_ERRORS
See Also:
Constant Field Values

RUNNING_WITH_WARNINGS

static final int RUNNING_WITH_WARNINGS
See Also:
Constant Field Values

ALL_STATUSES

static final int[] ALL_STATUSES