
Public Member Functions | |
| cast.cdl.ComponentDescription | getComponentDescription (String componentID, Ice.Current __current) throws cast.CASTException |
| java.util.Map < java.lang.String, cast.cdl.ComponentDescription > | getComponentDescriptions (Ice.Current __current) |
Package Functions | |
| void | addComponentDescription (cast.cdl.ComponentDescription description, Ice.Current __current) |
Definition at line 26 of file _ComponentManagerOperations.java.
| void cast.interfaces._ComponentManagerOperations.addComponentDescription | ( | cast.cdl.ComponentDescription | description, | |
| Ice.Current | __current | |||
| ) | [package] |
Store the descirption of a component with the manager.
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._ComponentManagerTie.
| cast.cdl.ComponentDescription cast.interfaces._ComponentManagerOperations.getComponentDescription | ( | String | componentID, | |
| Ice.Current | __current | |||
| ) | throws cast.CASTException |
Get the description of a particular component.
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._ComponentManagerTie.
| java.util.Map<java.lang.String, cast.cdl.ComponentDescription> cast.interfaces._ComponentManagerOperations.getComponentDescriptions | ( | Ice.Current | __current | ) |
Descriptions of all components indexed by component id.
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._ComponentManagerTie.
1.5.8