
Public Member Functions | |
| AlwaysPositiveTaskManager () | |
| void | runComponent () |
Protected Member Functions | |
| void | taskCompleted (String _component, String _taskID, TaskOutcome _data) |
| void | taskProposed (String _component, String _taskID, String _taskName) |
| void | taskRetracted (String _component, String _taskID) |
| void | processTaskQueue () |
| void | stop () |
Definition at line 38 of file AlwaysPositiveTaskManager.java.
| cast.architecture.AlwaysPositiveTaskManager.AlwaysPositiveTaskManager | ( | ) |
| void cast.architecture.AlwaysPositiveTaskManager.processTaskQueue | ( | ) | [protected] |
Definition at line 74 of file AlwaysPositiveTaskManager.java.
| void cast.architecture.AlwaysPositiveTaskManager.runComponent | ( | ) |
Method called in separate thread to run processing component. This method is called for each component when it is started by the framework process server.
Reimplemented from cast.core.CASTComponent.
Definition at line 94 of file AlwaysPositiveTaskManager.java.
| void cast.architecture.AlwaysPositiveTaskManager.stop | ( | ) | [protected] |
Reimplemented from cast.core.CASTComponent.
Definition at line 83 of file AlwaysPositiveTaskManager.java.
| void cast.architecture.AlwaysPositiveTaskManager.taskCompleted | ( | String | _component, | |
| String | _taskID, | |||
| TaskOutcome | _data | |||
| ) | [protected, virtual] |
Receive a task completion event.
| _component | The component that has completed the task. | |
| _data | The completion result. |
Implements cast.architecture.SubarchitectureTaskManager.
Definition at line 41 of file AlwaysPositiveTaskManager.java.
| void cast.architecture.AlwaysPositiveTaskManager.taskProposed | ( | String | _component, | |
| String | _taskID, | |||
| String | _taskName | |||
| ) | [protected, virtual] |
Receive a task proposal event.
| _component | The component proposing the task. | |
| _data | The task instance information. |
Implements cast.architecture.SubarchitectureTaskManager.
Definition at line 47 of file AlwaysPositiveTaskManager.java.
| void cast.architecture.AlwaysPositiveTaskManager.taskRetracted | ( | String | _component, | |
| String | _taskID | |||
| ) | [protected, virtual] |
Receive a task registration event.
| _src | The component registering the task. | |
| _desc | The task description. Receive a task retraction event. | |
| _src | The component retracting the task. | |
| _taskID | The task idn. |
Implements cast.architecture.SubarchitectureTaskManager.
Definition at line 56 of file AlwaysPositiveTaskManager.java.
1.5.8