All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.apps.calendar.splitjoin.CalendarClient
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteObject
|
+----ajanta.server.AgentServer
|
+----ajanta.apps.calendar.splitjoin.CalendarClient
- public class CalendarClient
- extends AgentServer
This class acts as agent launcher for CalendarAgents. It reads a request file
to find the URN of the participants and inforamtion about possible times for
meeting to be scheduled. It creates a briefcase for the CalendarAgent by reading
the file and set it in the CalendarAgent.
Format of REQ file is
Request for Meeting ----> Description
urn:ans:fourier.cs.umn.edu/rsingh ---> list of participants
TIME
04:26:1999 1:30 20 < date start-time duration >
04:26:1999 2:35 20
-
myurn
-
-
CalendarClient(String)
-
-
main(String[])
- Name of the request file as argument
-
run(String)
-
myurn
public static String myurn
CalendarClient
public CalendarClient(String myurn) throws RemoteException
main
public static void main(String args[])
- Name of the request file as argument
run
public void run(String Request)
All Packages Class Hierarchy This Package Previous Next Index