Uses of Class
shared.remotecall.ClientRequest

Packages that use ClientRequest
client   
server   
shared   
 

Uses of ClientRequest in client
 

Methods in client with parameters of type ClientRequest
static ServerResponse ServerRequester.sendClientRequest(ClientRequest clientRequest)
          Sends a client request to the netcalendar server end receives a server response object.
 void NetCalendarClient.update(ClientRequest clientRequest)
          This method sends a client request object to the server and used the server response object to update the JTable ith its new values using the table model.
 

Uses of ClientRequest in server
 

Methods in server with parameters of type ClientRequest
 java.util.Vector CalendarDatabase.getMatchingEvents(ClientRequest clientRequest)
          This method looks for all calendar events which match the a given client request.
 void CalendarDatabase.addEvent(ClientRequest clientRequest)
          This method adds a calendar event to the calendar database.
 void CalendarDatabase.modifyEvent(ClientRequest clientRequest)
          This method modifies an calendar event of the calendar database.
 void CalendarDatabase.deleteEvent(ClientRequest clientRequest)
          This method deletes a calendar event of the calendar database.
 

Uses of ClientRequest in shared
 

Methods in shared with parameters of type ClientRequest
 java.util.Vector CalendarCategory.getMatchingEvents(ClientRequest clientRequest)
          This method looks for all calendar events of this category which matches a given client's request.