|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IIdentity
A base interface representing the runtime identity of runtime entities.
IContainerIdentity,
IComponentIdentity| 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. |
java.lang.String |
getCanonicalName()
Gets the full composite name of the instance. |
com.sonicsw.mf.common.config.IElementIdentity |
getConfigIdentity()
Gets the configuration identity of the entity (the configuration identity is the location in the Directory Service where this entities configuration is stored). |
java.lang.String |
getContainerName()
Get the container name within the domain. |
java.lang.String |
getDomainName()
Get the domain name to which the instance belongs. |
| 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.Objectjava.lang.String getCanonicalName()
com.sonicsw.mf.common.config.IElementIdentity getConfigIdentity()
java.lang.String getContainerName()
java.lang.String getDomainName()
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||