Uses of Class
com.ibm.agletx.util.Task

Packages that use Task
com.ibm.agletx.util   
 

Uses of Task in com.ibm.agletx.util
 

Subclasses of Task in com.ibm.agletx.util
 class MeetingTask
          This class objectifies a task to be perform upon arrival to a meeting.
 

Methods in com.ibm.agletx.util that return Task
protected  Task SeqItinerary.getCurrentTask()
          Return the task to be preformed at the current destination
 Task SeqItinerary.getTaskAt(int index)
          Return the task at a specific index
 Task SlaveItinerary.getTask()
          Return the current task to be preformed by the owner aglet
 

Methods in com.ibm.agletx.util with parameters of type Task
 void SeqItinerary.addTask(java.lang.String address, Task task)
          Add a new task
 int SeqItinerary.indexOf(Task task)
          Return the index of a specific task
 void SlaveItinerary.setTask(Task task)
          Set the task to be preformed by the owner aglet
 

Constructors in com.ibm.agletx.util with parameters of type Task
SlaveItinerary(Aglet aglet, java.lang.String address, Task task)
          Constructor.
SlaveItinerary(Aglet aglet, java.util.Vector addresses, Task task)
          Constructor.