
Public Member Functions | |
| _ComponentManagerTie () | |
| _ComponentManagerTie (_ComponentManagerOperations delegate) | |
| java.lang.Object | ice_delegate () |
| void | ice_delegate (java.lang.Object delegate) |
| boolean | equals (java.lang.Object rhs) |
| int | hashCode () |
| void | addComponentDescription (cast.cdl.ComponentDescription description, Ice.Current __current) |
| 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) |
Definition at line 23 of file _ComponentManagerTie.java.
| cast.interfaces._ComponentManagerTie._ComponentManagerTie | ( | ) |
Definition at line 26 of file _ComponentManagerTie.java.
| cast.interfaces._ComponentManagerTie._ComponentManagerTie | ( | _ComponentManagerOperations | delegate | ) |
Definition at line 31 of file _ComponentManagerTie.java.
| void cast.interfaces._ComponentManagerTie.addComponentDescription | ( | cast.cdl.ComponentDescription | description, | |
| Ice.Current | __current | |||
| ) |
Store the descirption of a component with the manager.
| __current | The Current object for the invocation. |
Implements cast.interfaces._ComponentManagerOperations.
Definition at line 70 of file _ComponentManagerTie.java.
| boolean cast.interfaces._ComponentManagerTie.equals | ( | java.lang.Object | rhs | ) |
Definition at line 49 of file _ComponentManagerTie.java.
| cast.cdl.ComponentDescription cast.interfaces._ComponentManagerTie.getComponentDescription | ( | String | componentID, | |
| Ice.Current | __current | |||
| ) | throws cast.CASTException |
Get the description of a particular component.
| __current | The Current object for the invocation. |
Implements cast.interfaces._ComponentManagerOperations.
Definition at line 76 of file _ComponentManagerTie.java.
| java.util.Map<java.lang.String, cast.cdl.ComponentDescription> cast.interfaces._ComponentManagerTie.getComponentDescriptions | ( | Ice.Current | __current | ) |
Descriptions of all components indexed by component id.
| __current | The Current object for the invocation. |
Implements cast.interfaces._ComponentManagerOperations.
Definition at line 83 of file _ComponentManagerTie.java.
| int cast.interfaces._ComponentManagerTie.hashCode | ( | ) |
Definition at line 64 of file _ComponentManagerTie.java.
| void cast.interfaces._ComponentManagerTie.ice_delegate | ( | java.lang.Object | delegate | ) |
Definition at line 43 of file _ComponentManagerTie.java.
| java.lang.Object cast.interfaces._ComponentManagerTie.ice_delegate | ( | ) |
Definition at line 37 of file _ComponentManagerTie.java.
1.5.8