All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.apps.calendar.Request
java.lang.Object
|
+----ajanta.apps.calendar.Request
- public class Request
- extends Object
CalendarDB deposits requests to read and write the serealized hashtable
to the thread run under server control.
-
cal
- HashTable to be serealized
-
type
- "read" or "write" request
-
Request(String, Hashtable)
-
-
go()
-
-
stop()
-
cal
public Hashtable cal
- HashTable to be serealized
type
public String type
- "read" or "write" request
Request
public Request(String type,
Hashtable cal)
stop
public synchronized void stop() throws InterruptedException
go
public synchronized void go()
All Packages Class Hierarchy This Package Previous Next Index