| java.lang.Object org.datashare.objects.CreateSessionRequest
CreateSessionRequest | public class CreateSessionRequest implements java.io.Serializable(Code) | | This object is sent from the Client to the Server when a Client wishes to have
a new session created. The server will respond with a clientSessionInfo objet that gives
details about what sockets to use for the session that was created.
|
Constructor Summary | |
public | CreateSessionRequest(String sessionName, String sessionDescription, boolean sessionIsPrivate, boolean autoDeleteSession, ChannelDescriptionArray desiredChannels, boolean joinIfAlreadyExists) | public | CreateSessionRequest(String sessionName, String sessionDescription, boolean sessionIsPrivate, ChannelDescriptionArray desiredChannels) | public | CreateSessionRequest(String sessionName, String sessionDescription, ChannelDescriptionArray desiredChannels) |
autoDelete | public boolean autoDelete(Code) | | |
joinIfAlreadyExists | public boolean joinIfAlreadyExists(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
sessionIsPrivate | public boolean sessionIsPrivate(Code) | | |
CreateSessionRequest | public CreateSessionRequest(String sessionName, String sessionDescription, boolean sessionIsPrivate, boolean autoDeleteSession, ChannelDescriptionArray desiredChannels, boolean joinIfAlreadyExists)(Code) | | |
|
|