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
-
MeetingTask(Meeting)
-
-
execute(SeqItinerary)
- Aglet programers should not modify this method
-
execute(SeqItinerary, Enumeration)
- Define the task to be performed upon arrival to a meeting
-
getMeeting()
-
MeetingTask
public MeetingTask(Meeting meeting)
getMeeting
public Meeting getMeeting()
execute
public void execute(SeqItinerary itin) throws Exception
- Aglet programers should not modify this method
- Overrides:
- execute in class Task
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