
Public Member Functions | |
| void | setID (String id, Ice.Current __current) |
| String | getID (Ice.Current __current) |
| void | configure (java.util.Map< java.lang.String, java.lang.String > config, Ice.Current __current) |
| void | start (Ice.Current __current) |
| void | run (Ice.Current __current) |
| void | stop (Ice.Current __current) |
| void | setComponentManager (ComponentManagerPrx man, Ice.Current __current) |
| void | setTimeServer (TimeServerPrx ts, Ice.Current __current) |
| void | destroy (Ice.Current __current) |
Package Functions | |
| void | beat (Ice.Current __current) |
Definition at line 23 of file _CASTComponentOperations.java.
| void cast.interfaces._CASTComponentOperations.beat | ( | Ice.Current | __current | ) | [package] |
Implemented in cast.examples.autogen._WordServerAsComponentTie, cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._CASTComponentOperations.configure | ( | java.util.Map< java.lang.String, java.lang.String > | config, | |
| Ice.Current | __current | |||
| ) |
Implemented in cast.examples.autogen._WordServerAsComponentTie, cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._CASTComponentOperations.destroy | ( | Ice.Current | __current | ) |
Destroy the component. This removes it from CAST server.
| __current | The Current object for the invocation. |
Implemented in cast.examples.autogen._WordServerAsComponentTie, cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| String cast.interfaces._CASTComponentOperations.getID | ( | Ice.Current | __current | ) |
Get the id of this component.
| __current | The Current object for the invocation. |
Implemented in cast.examples.autogen._WordServerAsComponentTie, cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._CASTComponentOperations.run | ( | Ice.Current | __current | ) |
Implemented in cast.examples.autogen._WordServerAsComponentTie, cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._CASTComponentOperations.setComponentManager | ( | ComponentManagerPrx | man, | |
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._CASTComponentOperations.setID | ( | String | id, | |
| Ice.Current | __current | |||
| ) |
Implemented in cast.examples.autogen._WordServerAsComponentTie, cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._CASTComponentOperations.setTimeServer | ( | TimeServerPrx | ts, | |
| Ice.Current | __current | |||
| ) |
Implemented in cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._CASTComponentOperations.start | ( | Ice.Current | __current | ) |
Implemented in cast.examples.autogen._WordServerAsComponentTie, cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
| void cast.interfaces._CASTComponentOperations.stop | ( | Ice.Current | __current | ) |
Implemented in cast.examples.autogen._WordServerAsComponentTie, cast.interfaces._CASTComponentTie, cast.interfaces._ManagedComponentTie, cast.interfaces._TaskManagerTie, cast.interfaces._UnmanagedComponentTie, cast.interfaces._WorkingMemoryAttachedComponentTie, cast.interfaces._WorkingMemoryReaderComponentTie, and cast.interfaces._WorkingMemoryTie.
1.5.8