
Public Member Functions | |
| void | retractTask (String component, String taskID, Ice.Current __current) |
| void | taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome, Ice.Current __current) |
| void | addManagedComponent (ManagedComponentPrx comp, Ice.Current __current) |
Package Functions | |
| void | proposeTask (String component, String taskID, String taskName, Ice.Current __current) |
Definition at line 23 of file _TaskManagerOperations.java.
| void cast.interfaces._TaskManagerOperations.addManagedComponent | ( | ManagedComponentPrx | comp, | |
| Ice.Current | __current | |||
| ) |
Add managed component to manager.
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._TaskManagerTie.
| void cast.interfaces._TaskManagerOperations.proposeTask | ( | String | component, | |
| String | taskID, | |||
| String | taskName, | |||
| Ice.Current | __current | |||
| ) | [package] |
Propose a new task for component.
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._TaskManagerTie.
| void cast.interfaces._TaskManagerOperations.retractTask | ( | String | component, | |
| String | taskID, | |||
| Ice.Current | __current | |||
| ) |
Retract a proposed task.
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._TaskManagerTie.
| void cast.interfaces._TaskManagerOperations.taskComplete | ( | String | component, | |
| String | taskID, | |||
| cast.cdl.TaskOutcome | outcome, | |||
| Ice.Current | __current | |||
| ) |
A task is finished
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._TaskManagerTie.
1.5.8