|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFaultTolerantState
Indicates the general permissible set of fault tolerant states. If a component exposes additional fault tolerant states then it should extend this interface. Currently used by the Directory service and Agent Manager.
Field Summary | |
---|---|
static short |
STATE_ACTIVE
Indicates the component is the active component. |
static short |
STATE_NOT_FAULT_TOLERANT
Indicates the component is not fault tolerant. |
static short |
STATE_STANDBY
Indicates the component is standing by to become active when the current active component fails. |
static java.lang.String[] |
STATE_TEXT
Textual representations of fault tolerant states (indexed by STATE_<> values). |
static short[] |
STATE_VALUES
Array container each of the valid fault tolerant states. |
static short |
STATE_WAITING
Indicates the component is waiting to determine whether it should be transition to an active or standby state. |
Field Detail |
---|
static final short STATE_ACTIVE
static final short STATE_NOT_FAULT_TOLERANT
static final short STATE_STANDBY
static final java.lang.String[] STATE_TEXT
static final short[] STATE_VALUES
static final short STATE_WAITING
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |