cca-spec-babel
0.8.6-unstable(developer)
|
An opaque reference to a Component. More...
Public Member Functions | |
string | getInstanceName () throws CCAException |
Returns the instance name provided in BuilderService.createInstance() or in AbstractFramework.getServices() . | |
string | getSerialization () throws CCAException |
Returns a framework specific serialization of the ComponentID. |
An opaque reference to a Component.
string gov.cca.ComponentID.getInstanceName | ( | ) | throws CCAException |
Returns the instance name provided in BuilderService.createInstance()
or in AbstractFramework.getServices()
.
CCAException | if ComponentID is invalid |
string gov.cca.ComponentID.getSerialization | ( | ) | throws CCAException |
Returns a framework specific serialization of the ComponentID.
CCAException | if ComponentID is invalid. |