|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComponentState
Indicates the runtime state of a component within its container.
IContainerState
,
IContainerState.getComponentStates()
Field Summary | |
---|---|
static short |
STATE_OFFLINE
Indicates the component is offline. |
static short |
STATE_ONLINE
Indicates the component is online (in operational state). |
static short |
STATE_STARTING
Indicates the component is starting (but not yet operational). |
static short |
STATE_STOPPING
Indicates the component is stopping. |
static java.lang.String[] |
STATE_TEXT
Textual representations of component states (indexed by STATE_<> values). |
static short |
STATE_UNKNOWN
Indicates the component state cannot be determined. |
Method Summary | |
---|---|
java.lang.String |
getLastErrorDescription()
Get the textual description of the last uncleared condition with an error level < Level.INFO. |
int |
getLastErrorLevel()
Get last error severity (uncleared condition with an error level < Level.INFO). |
Methods inherited from interface com.sonicsw.mf.common.runtime.IState |
---|
compareTo, equals, getRuntimeIdentity, getState, getStateString |
Field Detail |
---|
static final short STATE_OFFLINE
static final short STATE_ONLINE
static final short STATE_STARTING
static final short STATE_STOPPING
static final java.lang.String[] STATE_TEXT
static final short STATE_UNKNOWN
Method Detail |
---|
java.lang.String getLastErrorDescription()
int getLastErrorLevel()
Level
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |