com.ibm.agletx.util
Class 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, Serialized Form
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MeetingTask
public MeetingTask(Meeting meeting)
getMeeting
public Meeting getMeeting()
execute
public void execute(SeqItinerary itin)
throws java.lang.Exception
- Aglet programers should not modify this method
- Overrides:
- execute in class Task
execute
public abstract void execute(SeqItinerary itin,
java.util.Enumeration participants)
throws java.lang.Exception
- Define the task to be performed upon arrival to a meeting
- Parameters:
itin - the MeetingsItinerary objectparticipants - enumeration of the current participants in the meeting.- Throws:
- java.lang.Exception - if failed to perform the task