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

Packages that use SeqItinerary
com.ibm.agletx.util   
 

Uses of SeqItinerary in com.ibm.agletx.util
 

Subclasses of SeqItinerary in com.ibm.agletx.util
 class MeetingsItinerary
          An Itinerary class to control an itinerary to participate in multiple meetings.
 class MessengerItinerary
          An Itinerary class to broadcast a message to remote aglets.
 class SeqPlanItinerary
           SeqPlanItinerary defines the trip plan which has a sequence of place-message pair.
 class SlaveItinerary
          An Itinerary class to repeatedly perform a specific task in multiple destinations.
 

Methods in com.ibm.agletx.util with parameters of type SeqItinerary
abstract  void Task.execute(SeqItinerary itin)
           
 void MeetingTask.execute(SeqItinerary itin)
          Aglet programers should not modify this method
abstract  void MeetingTask.execute(SeqItinerary itin, java.util.Enumeration participants)
          Define the task to be performed upon arrival to a meeting