|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IState
A base interface for interfaces that describe container or component runtime state.
IContainerState
,
IComponentState
Method Summary | |
---|---|
int |
compareTo(java.lang.Object object)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object object)
Tests if the given object is equal to this identity. |
IIdentity |
getRuntimeIdentity()
Get the runtime identity of the source of the state. |
short |
getState()
Get the runtime state value. |
java.lang.String |
getStateString()
Get a textual description for the runtime state value. |
Method Detail |
---|
int compareTo(java.lang.Object object) throws java.lang.ClassCastException
compareTo
in interface java.lang.Comparable
java.lang.ClassCastException
- If the given object is not an instance of the same object.boolean equals(java.lang.Object object)
equals
in class java.lang.Object
IIdentity getRuntimeIdentity()
short getState()
IContainerState
,
IComponentState
java.lang.String getStateString()
IContainerState
,
IComponentState
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |