All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.agletx.util.MeetingTask

java.lang.Object
   |
   +----com.ibm.agletx.util.Task
           |
           +----com.ibm.agletx.util.MeetingTask

public abstract class MeetingTask
extends Task
This class objectifies a task to be perform upon arrival to a meeting.

See Also:
MeetingsItinerary

Constructor Index

 o MeetingTask(Meeting)

Method Index

 o execute(SeqItinerary)
Aglet programers should not modify this method
 o execute(SeqItinerary, Enumeration)
Define the task to be performed upon arrival to a meeting
 o getMeeting()

Constructors

 o MeetingTask
 public MeetingTask(Meeting meeting)

Methods

 o getMeeting
 public Meeting getMeeting()
 o execute
 public void execute(SeqItinerary itin) throws Exception
Aglet programers should not modify this method

Overrides:
execute in class Task
 o execute
 public abstract void execute(SeqItinerary itin,
                              Enumeration participants) throws Exception
Define the task to be performed upon arrival to a meeting

Parameters:
itin - the MeetingsItinerary object
participants - enumeration of the current participants in the meeting.
Throws: Exception
if failed to perform the task

All Packages  Class Hierarchy  This Package  Previous  Next  Index