|
Public Member Functions |
|
| TaskFactoryTemplate (const char *name) |
| | Empty constructor.
|
|
virtual | ~TaskFactoryTemplate () |
| | Empty destructor.
|
|
Broker::Task_ptr | CreateTask (const Broker::TaskParameters &tp) throw (CORBA::SystemException, Broker::DuplicateTaskParameter, Broker::InvalidTaskParameter, Broker::MissingTaskParameter) |
| | - Parameters:
-
| tp | The description of the task. |
- Returns:
- A new Task object.
- Exceptions:
-
| DuplicateTaskParameter | if the given schedule has a duplicate parameter. |
| InvalidTaskParameter | if the given schedule has an invalid parameter. |
| MissingTaskParameter | if the given schedule is missing a required parameter. |
|