| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskManager | |
fipaos.agent | |
fipaos.agent.task | |
fipaos.skill.wrapper |
Uses of TaskManager in fipaos.agent |
Methods in fipaos.agent that return TaskManager | |
TaskManager | FIPAOSAgentComponentFactory.getTM(FIPAOSAgent agent, MessageSender ms, Task top_level_task, TaskManagerProfile tmp) Generates a TaskManager implementation |
TaskManager | StandardFIPAOSAgentComponentFactory.getTM(FIPAOSAgent agent, MessageSender ms, Task top_level_task, TaskManagerProfile tmp) Generates a TaskManager implementation |
Uses of TaskManager in fipaos.agent.task |
Constructors in fipaos.agent.task with parameters of type TaskManager | |
TaskManager.DefaultTaskManagerListener.DefaultTaskManagerListener(TaskManager tm) |
Methods in fipaos.agent.task with parameters of type TaskManager | |
static Object | SynchronousTask.executeTask(TaskManager tm, Task t, long timeout) Executes the given Task, and returns the result - in the event that something unexpected happens, an object of type UnusualResult is returned The Task must not have been initialised WARNING: This method shouldn't be invoked from within the code for a Task! |
static Object | SynchronousTask.executeTask(TaskManager tm, Task t) Executes the given Task, and returns the result - in the event that something unexpected happens, an object of type UnusualResult is returned The Task must not have been initialised WARNING: This method shouldn't be invoked from within the code for a Task! |
Uses of TaskManager in fipaos.skill.wrapper |
Constructors in fipaos.skill.wrapper with parameters of type TaskManager | |
FIPAWrapperTask.FIPAWrapperTask(FIPAOSAgent owner, TaskManager sm) FIPA Wrapper constructor creates the wrapper state and makes the calls to the API to start everything going. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |