|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectshared.remotecall.RemoteCall
shared.remotecall.ServerResponse
This class represents a server response. A server response will sent from the calendar server to the calendar client if the client has sent a client request.
| Constructor Summary | |
ServerResponse(java.util.Vector vecEvents)
Simple constructor, creates a server response which can be sent to the calendar client. |
|
| Method Summary | |
java.util.Vector |
getEvents()
This method returns a vector of all requested calendar events. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServerResponse(java.util.Vector vecEvents)
vecEvents - Specifies all calendar events to be sent to the calendar client.| Method Detail |
public java.util.Vector getEvents()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||