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.


Variable Index

 o cal
HashTable to be serealized
 o type
"read" or "write" request

Constructor Index

 o Request(String, Hashtable)

Method Index

 o go()
 o stop()

Variables

 o cal
 public Hashtable cal
HashTable to be serealized

 o type
 public String type
"read" or "write" request

Constructors

 o Request
 public Request(String type,
                Hashtable cal)

Methods

 o stop
 public synchronized void stop() throws InterruptedException
 o go
 public synchronized void go()

All Packages  Class Hierarchy  This Package  Previous  Next  Index