|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| 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.Comparablejava.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.ObjectIIdentity getRuntimeIdentity()
short getState()
IContainerState,
IComponentStatejava.lang.String getStateString()
IContainerState,
IComponentState
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||