|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ICanonicalName
The implmentation of this interface represents the canonical name form of a container ot component.
| 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 canonical name. |
java.lang.String |
getCanonicalName()
Gets the full composite name of the instance. |
java.lang.String |
getComponentName()
Get the component ID within the container (if the canonical name represents a component). |
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 an ICanonicalNameboolean equals(java.lang.Object object)
equals in class java.lang.Objectjava.lang.String getCanonicalName()
java.lang.String getComponentName()
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 | |||||||