Uses of Class
fipaos.agent.task.TaskManager

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
TaskManagerFIPAOSAgentComponentFactory.getTM(FIPAOSAgent agent, MessageSender ms, Task top_level_task, TaskManagerProfile tmp)
          Generates a TaskManager implementation
TaskManagerStandardFIPAOSAgentComponentFactory.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 ObjectSynchronousTask.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 ObjectSynchronousTask.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.