
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 | beat () |
| final void | configure (java.util.Map< java.lang.String, java.lang.String > config) |
| final void | destroy () |
| final String | getID () |
| final void | run () |
| final void | setComponentManager (ComponentManagerPrx man) |
| final void | setID (String id) |
| final void | setTimeServer (TimeServerPrx ts) |
| final void | start () |
| final void | stop () |
| 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 | ___beat (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___setID (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___getID (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___configure (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___start (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___run (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___stop (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___setComponentManager (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___setTimeServer (CASTComponent __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___destroy (CASTComponent __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 23 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___beat | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 147 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___configure | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 180 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___destroy | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 246 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___getID | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 169 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___run | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 202 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___setComponentManager | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 220 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___setID | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 156 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___setTimeServer | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 233 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___start | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 193 of file _CASTComponentDisp.java.
| static Ice.DispatchStatus cast.interfaces._CASTComponentDisp.___stop | ( | CASTComponent | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 211 of file _CASTComponentDisp.java.
| Ice.DispatchStatus cast.interfaces._CASTComponentDisp.__dispatch | ( | IceInternal.Incoming | in, | |
| Ice.Current | __current | |||
| ) |
Definition at line 273 of file _CASTComponentDisp.java.
| void cast.interfaces._CASTComponentDisp.__read | ( | Ice.InputStream | __inS, | |
| boolean | __rid | |||
| ) |
Definition at line 376 of file _CASTComponentDisp.java.
| void cast.interfaces._CASTComponentDisp.__read | ( | IceInternal.BasicStream | __is, | |
| boolean | __rid | |||
| ) |
Definition at line 355 of file _CASTComponentDisp.java.
| void cast.interfaces._CASTComponentDisp.__write | ( | Ice.OutputStream | __outS | ) |
Definition at line 367 of file _CASTComponentDisp.java.
| void cast.interfaces._CASTComponentDisp.__write | ( | IceInternal.BasicStream | __os | ) |
Definition at line 346 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.beat | ( | ) |
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 81 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.configure | ( | java.util.Map< java.lang.String, java.lang.String > | config | ) |
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 87 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.destroy | ( | ) |
Destroy the component. This removes it from CAST server.
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 96 of file _CASTComponentDisp.java.
| final String cast.interfaces._CASTComponentDisp.getID | ( | ) |
Get the id of this component.
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 105 of file _CASTComponentDisp.java.
| void cast.interfaces._CASTComponentDisp.ice_copyStateFrom | ( | Ice.Object | __obj | ) | throws java.lang.CloneNotSupportedException [protected] |
Definition at line 26 of file _CASTComponentDisp.java.
| String cast.interfaces._CASTComponentDisp.ice_id | ( | Ice.Current | __current | ) |
Definition at line 69 of file _CASTComponentDisp.java.
| String cast.interfaces._CASTComponentDisp.ice_id | ( | ) |
Definition at line 63 of file _CASTComponentDisp.java.
| String [] cast.interfaces._CASTComponentDisp.ice_ids | ( | Ice.Current | __current | ) |
Definition at line 57 of file _CASTComponentDisp.java.
| String [] cast.interfaces._CASTComponentDisp.ice_ids | ( | ) |
Definition at line 51 of file _CASTComponentDisp.java.
| boolean cast.interfaces._CASTComponentDisp.ice_isA | ( | String | s, | |
| Ice.Current | __current | |||
| ) |
Definition at line 45 of file _CASTComponentDisp.java.
| boolean cast.interfaces._CASTComponentDisp.ice_isA | ( | String | s | ) |
Definition at line 39 of file _CASTComponentDisp.java.
| static String cast.interfaces._CASTComponentDisp.ice_staticId | ( | ) | [static] |
Definition at line 75 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.run | ( | ) |
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 111 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.setComponentManager | ( | ComponentManagerPrx | man | ) |
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 117 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.setID | ( | String | id | ) |
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 123 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.setTimeServer | ( | TimeServerPrx | ts | ) |
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 129 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.start | ( | ) |
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 135 of file _CASTComponentDisp.java.
| final void cast.interfaces._CASTComponentDisp.stop | ( | ) |
Implements cast.interfaces._CASTComponentOperationsNC.
Definition at line 141 of file _CASTComponentDisp.java.
final String [] cast.interfaces._CASTComponentDisp.__ids [static] |
Initial value:
{
"::Ice::Object",
"::cast::interfaces::CASTComponent"
}
Definition at line 32 of file _CASTComponentDisp.java.
1.5.8