Uses of Package
fipaos.agent.task

Packages that use fipaos.agent.task
fipaos.agent 
fipaos.agent.task 
fipaos.agent.task.event 
fipaos.platform 
fipaos.platform.ams 
fipaos.platform.df 
fipaos.skill.wrapper 

Classes in fipaos.agent.task used by fipaos.agent
FIPAOSAgent.TopLevelHandlerTask
          
TestAgent.IdleTask
          
 

Classes in fipaos.agent.task used by fipaos.agent.task
DFSearchTask
          This task class handles agent searches of DFs.
SynchronousTask
          This task enables a Task to be started and its result to be captured by making a single method invocation
SynchronousTask.ErrorResult
          Indicates that an exception occured within the Task
SynchronousTask.NoResult
          Indicates that the Task didn't return a result
SynchronousTask.TimeoutResult
          Indicates that the Task timed-out
Task
          This class is an abstract representation of an agent task.
TaskManager
          The TaskManager class stores task objects with their associated conversation IDs for an agent.
TaskManager.DefaultTaskManagerListener
          
TaskManager.TestTask1
          
TaskManager.TestTask2
          
TaskManager.TestTask3
          
TaskManager.TestTask4
          
TaskManagerListener
          Callback interface through which the object deciding which Tasks to execute are informed of new TaskEvent's
WaitTask
          This task waits for a specified amount of time before invoking the done() method (and hence notifying its parent-task)
 

Classes in fipaos.agent.task used by fipaos.agent.task.event
ChildDoneEvent
          This represents an unprocessed "child task has invoked done()" event
ChildDoneWithResultEvent
          Reperesents the unhandled event when a child-Task completes with a result
ChildFailureEvent
          Represents an unprocessed event indicating that a child-Task has failed
ChildTimeoutEvent
          Represents an unhandled event indicating that a child-Task has timed-out
 

Classes in fipaos.agent.task used by fipaos.platform
AgentManagementSystem.IdleTask
          
DirectoryFacilitator.IdleTask
          
 

Classes in fipaos.agent.task used by fipaos.platform.ams
AMSDeregistrationTask
          
AMSRegistrationTask
          This class provides the ability for an Agent to register with the AMS.
AMSTask
          TODO: Write a description of the class

$Revision: 1.4 $ $Date: 2001/03/09 21:47:01 $ $Author: alantreadway $
 

Classes in fipaos.agent.task used by fipaos.platform.df
DFDeregistrationTask
          
DFListenerTask
          This Task provides a mechanism for listening to events occuring to a particular DF.
DFRegistrationTask
          This class provides the ability for an Agent to register with a DF.
DFTask
          TODO: Write a description of the class

$Revision: 1.6 $ $Date: 2001/03/09 21:47:01 $ $Author: alantreadway $
SearchTask
          This class encapsulates the local search mechanisms of the DF, and coordinates federated searches where appropriate

SubscriptionHandlerTask
          This Task provides a mechanism for informing subscribed Agents about the something that has changed within the DF - DFListenerTask is the counterpart to this Task.
SubscriptionManagerTask
          This Task manages SubscriptionHandlerTask's within a DF
 

Classes in fipaos.agent.task used by fipaos.skill.wrapper
FIPAWrapperTask
          This is a default implementation of a FIPA Wrapper.