| java.lang.Object org.datashare.objects.ClientSessionInfo
ClientSessionInfo | public class ClientSessionInfo implements java.io.Serializable(Code) | | This object is sent from the Server to the Client that requested that a Session
be created (via a CreateSession object) or joined (via a JoinSession object).
The purpose of this object is to allow the client to 'automatically' join the Session.
The client
will also receive the UpdateAvailableMsg indicating that a new Session has been
created. The sessionKey returned here is used to find the Session in the newly
updated tree, so the client can get the Session information from just one source.
|
isNewSession | public boolean isNewSession(Code) | | |
privateSession | public boolean privateSession(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
ClientSessionInfo | public ClientSessionInfo()(Code) | | |
|
|