|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChildContainerState
The implmentation of this interface represents the state of a child container managed by an Activation Daemon.
IActivationDaemonProxy
Field Summary | |
---|---|
static short |
STATE_INACTIVE
Indicates the child container is inan inactive state (there are no schedules that indicate the child container should be running). |
static short |
STATE_OFFLINE
Indicates the child container is offline. |
static short |
STATE_ONLINE
Indicates the child container is online (in operational state). |
static java.lang.String[] |
STATE_TEXT
Textual representations of child container states (indexed by STATE_<> values). |
static short |
STATE_UNKNOWN
Indicates the child container state cannot be determined. |
Method Summary | |
---|---|
java.lang.Integer |
getExitCode()
Gets the last known exit code of the child container. |
java.lang.String[] |
getLogTail()
Gets the tail of the child containers stdout/stderr. |
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_INACTIVE
static final short STATE_OFFLINE
static final short STATE_ONLINE
static final java.lang.String[] STATE_TEXT
static final short STATE_UNKNOWN
Method Detail |
---|
java.lang.Integer getExitCode()
The exit code will be recorded when the child container is shutdown, deactivated or fails.
IContainerExitCodes
java.lang.String[] getLogTail()
long getTimeStamp()
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |