
Public Member Functions | |
| boolean | ice_isA (String s) |
| boolean | ice_isA (String s, Ice.Current __current) |
| String[] | ice_ids () |
| String[] | ice_ids (Ice.Current __current) |
| String | ice_id () |
| String | ice_id (Ice.Current __current) |
| final void | addComponentDescription (cast.cdl.ComponentDescription description) |
| final cast.cdl.ComponentDescription | getComponentDescription (String componentID) throws cast.CASTException |
| final java.util.Map < java.lang.String, cast.cdl.ComponentDescription > | getComponentDescriptions () |
| Ice.DispatchStatus | __dispatch (IceInternal.Incoming in, Ice.Current __current) |
| void | __write (IceInternal.BasicStream __os) |
| void | __read (IceInternal.BasicStream __is, boolean __rid) |
| void | __write (Ice.OutputStream __outS) |
| void | __read (Ice.InputStream __inS, boolean __rid) |
Static Public Member Functions | |
| static String | ice_staticId () |
| static Ice.DispatchStatus | ___addComponentDescription (ComponentManager __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___getComponentDescription (ComponentManager __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___getComponentDescriptions (ComponentManager __obj, IceInternal.Incoming __inS, Ice.Current __current) |
Static Public Attributes | |
| static final String[] | __ids |
Protected Member Functions | |
| void | ice_copyStateFrom (Ice.Object __obj) throws java.lang.CloneNotSupportedException |
Definition at line 26 of file _ComponentManagerDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentManagerDisp.___addComponentDescription | ( | ComponentManager | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 112 of file _ComponentManagerDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentManagerDisp.___getComponentDescription | ( | ComponentManager | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 126 of file _ComponentManagerDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentManagerDisp.___getComponentDescriptions | ( | ComponentManager | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 149 of file _ComponentManagerDisp.java.
| Ice.DispatchStatus cast.interfaces._ComponentManagerDisp.__dispatch | ( | IceInternal.Incoming | in, | |
| Ice.Current | __current | |||
| ) |
Definition at line 171 of file _ComponentManagerDisp.java.
| void cast.interfaces._ComponentManagerDisp.__read | ( | Ice.InputStream | __inS, | |
| boolean | __rid | |||
| ) |
Definition at line 246 of file _ComponentManagerDisp.java.
| void cast.interfaces._ComponentManagerDisp.__read | ( | IceInternal.BasicStream | __is, | |
| boolean | __rid | |||
| ) |
Definition at line 225 of file _ComponentManagerDisp.java.
| void cast.interfaces._ComponentManagerDisp.__write | ( | Ice.OutputStream | __outS | ) |
Definition at line 237 of file _ComponentManagerDisp.java.
| void cast.interfaces._ComponentManagerDisp.__write | ( | IceInternal.BasicStream | __os | ) |
Definition at line 216 of file _ComponentManagerDisp.java.
| final void cast.interfaces._ComponentManagerDisp.addComponentDescription | ( | cast.cdl.ComponentDescription | description | ) |
Store the descirption of a component with the manager.
Implements cast.interfaces._ComponentManagerOperationsNC.
Definition at line 87 of file _ComponentManagerDisp.java.
| final cast.cdl.ComponentDescription cast.interfaces._ComponentManagerDisp.getComponentDescription | ( | String | componentID | ) | throws cast.CASTException |
Get the description of a particular component.
Implements cast.interfaces._ComponentManagerOperationsNC.
Definition at line 96 of file _ComponentManagerDisp.java.
| final java.util.Map<java.lang.String, cast.cdl.ComponentDescription> cast.interfaces._ComponentManagerDisp.getComponentDescriptions | ( | ) |
Descriptions of all components indexed by component id.
Implements cast.interfaces._ComponentManagerOperationsNC.
Definition at line 106 of file _ComponentManagerDisp.java.
| void cast.interfaces._ComponentManagerDisp.ice_copyStateFrom | ( | Ice.Object | __obj | ) | throws java.lang.CloneNotSupportedException [protected] |
Definition at line 29 of file _ComponentManagerDisp.java.
| String cast.interfaces._ComponentManagerDisp.ice_id | ( | Ice.Current | __current | ) |
Definition at line 72 of file _ComponentManagerDisp.java.
| String cast.interfaces._ComponentManagerDisp.ice_id | ( | ) |
Definition at line 66 of file _ComponentManagerDisp.java.
| String [] cast.interfaces._ComponentManagerDisp.ice_ids | ( | Ice.Current | __current | ) |
Definition at line 60 of file _ComponentManagerDisp.java.
| String [] cast.interfaces._ComponentManagerDisp.ice_ids | ( | ) |
Definition at line 54 of file _ComponentManagerDisp.java.
| boolean cast.interfaces._ComponentManagerDisp.ice_isA | ( | String | s, | |
| Ice.Current | __current | |||
| ) |
Definition at line 48 of file _ComponentManagerDisp.java.
| boolean cast.interfaces._ComponentManagerDisp.ice_isA | ( | String | s | ) |
Definition at line 42 of file _ComponentManagerDisp.java.
| static String cast.interfaces._ComponentManagerDisp.ice_staticId | ( | ) | [static] |
Definition at line 78 of file _ComponentManagerDisp.java.
final String [] cast.interfaces._ComponentManagerDisp.__ids [static] |
Initial value:
{
"::Ice::Object",
"::cast::interfaces::ComponentManager"
}
Definition at line 35 of file _ComponentManagerDisp.java.
1.5.8