|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IContainerState
The implmentation of this interface represents the state of a container and all its hosted components.
IComponentState| Field Summary | |
|---|---|
static short |
STATE_OFFLINE
Indicates the container is offline. |
static short |
STATE_ONLINE
Indicates the container is online (in operational state). |
static java.lang.String[] |
STATE_TEXT
Textual representations of container states (indexed by STATE_<> values). |
static short |
STATE_UNKNOWN
Indicates the container state cannot be determined. |
| Method Summary | |
|---|---|
IComponentState[] |
getComponentStates()
Get a list of the state of all the components hosted by the container. |
java.lang.String |
getContainerHost()
Get the IP hostname of the machine hosting the container. |
long |
getTimeStamp()
Get the time the state value was captured. |
| 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 java.lang.String[] STATE_TEXT
static final short STATE_UNKNOWN
| Method Detail |
|---|
IComponentState[] getComponentStates()
java.lang.String getContainerHost()
long getTimeStamp()
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||