com.collation.platform.model.topology.enums
Interface SMSComponentStateEnum

All Superinterfaces:
Enumeration

public interface SMSComponentStateEnum
extends Enumeration

State of the component. Values are: STOPPED (0) STARTED (1) PAUSED (2) INSTALLING (3) RE_INSTALLING (4) DE_INSTALLING (5)


Field Summary
static int DE_INSTALLING
           
static int INSTALLING
           
static int OTHER
           
static int PAUSED
           
static int RE_INSTALING
           
static int STARTING
           
static int STOPED
           
static int UNKNOWN
           
 

Field Detail

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

OTHER

static final int OTHER
See Also:
Constant Field Values

STOPED

static final int STOPED
See Also:
Constant Field Values

STARTING

static final int STARTING
See Also:
Constant Field Values

PAUSED

static final int PAUSED
See Also:
Constant Field Values

INSTALLING

static final int INSTALLING
See Also:
Constant Field Values

RE_INSTALING

static final int RE_INSTALING
See Also:
Constant Field Values

DE_INSTALLING

static final int DE_INSTALLING
See Also:
Constant Field Values