public interface ComponentID
Component
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Produce the name of the class of this component as known in its
container.
|
java.lang.String |
getGlobalName()
Produce the name of the component instance dot qualified
to the outermost accessible CCA framework scope.
|
java.lang.String |
getLocalName()
Produce the name within the immediate container scope of this
component.
|
java.lang.String |
toString()
Produce a string that uniquely defines
this component reference within all possible frameworks.
|
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String getLocalName()
java.lang.String getGlobalName()
java.lang.String getClassName()