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


Variable Index

 o myurn

Constructor Index

 o CalendarClient(String)

Method Index

 o main(String[])
Name of the request file as argument
 o run(String)

Variables

 o myurn
 public static String myurn

Constructors

 o CalendarClient
 public CalendarClient(String myurn) throws RemoteException

Methods

 o main
 public static void main(String args[])
Name of the request file as argument

 o run
 public void run(String Request)

All Packages  Class Hierarchy  This Package  Previous  Next  Index