Public Member Functions | |
ComponentQueryDescriptor () | |
ComponentQueryDescriptor (String compName, String compType) | |
String | getComponentName () |
void | setComponentName (String compName) |
String | getComponentType () |
void | setComponentType (String compType) |
ComponentSpec | toComponentSpec () |
String | toString () |
Static Public Attributes | |
final String | ANY = COMPONENT_SPEC_ANY.value |
Private Attributes | |
String | m_compName |
String | m_compType |
Hides some fields. The idea is to not encourage components to use information about where some other components are running, in which language, etc. If necessary, further fields might become accessible.
|
|
|
|
|
|
|
|
|
|
|
|
|
To be used by the container to get the
|
|
|
|
An alias for si.ijs.maci.COMPONENT_SPEC_ANY#value, currently "*". Used as a wildcard to state that any value for a field is fine. |
|
|
|
|