gov.cca.ports.ComponentRepository Interface Reference
ComponentRepository is a
Port implemented by a CCA compliant framework or other component to expose in a standard way:.
More...
List of all members.
|
Public Member Functions |
array
< cca.ComponentClassDescription > | getAvailableComponentClasses () throws cca.CCAException |
| Collect the currently obtainable class name strings from factories known to the builder and the from the already instantiated components.
|
Detailed Description
ComponentRepository is a
Port implemented by a CCA compliant framework or other component to expose in a standard way:.
-
immediately instantiable component classes.
-
component class property maps.
-
the operations used to obtain more component classes at runtime.
Member Function Documentation
array< cca.ComponentClassDescription > gov.cca.ports.ComponentRepository.getAvailableComponentClasses |
( |
|
) |
throws cca.CCAException |
Collect the currently obtainable class name strings from factories known to the builder and the from the already instantiated components.
- Returns:
- The list of class description, which may be empty, that are known a priori to contain valid values for the className argument of createInstance.
- Exceptions:
-
The documentation for this interface was generated from the following file: