org.marketcetera.ors.ws
Class ClientSession

java.lang.Object
  extended by org.marketcetera.ors.ws.ClientSession

public class ClientSession
extends Object

The session information maintained for each client.

Since:
1.0.0
Version:
$Id: ClientSession.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Constructor Summary
ClientSession(SystemInfo systemInfo, SessionId sessionId, SimpleUser user, JmsOperations replyTopic)
          Creates a new session which uses the given system information to create its session information, and retains the given session ID, the given user associated with the session, and the given topic for reply delivery.
 
Method Summary
 JmsOperations getReplyTopic()
          Returns the receiver's reply topic.
 SessionId getSessionId()
          Returns the receiver's session ID.
 SessionInfo getSessionInfo()
          Returns the receiver's session information.
 SimpleUser getUser()
          Returns the receiver's user.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientSession

public ClientSession(SystemInfo systemInfo,
                     SessionId sessionId,
                     SimpleUser user,
                     JmsOperations replyTopic)
Creates a new session which uses the given system information to create its session information, and retains the given session ID, the given user associated with the session, and the given topic for reply delivery.

Parameters:
systemInfo - The system information.
sessionId - The session ID.
user - The user.
replyTopic - The topic.
Method Detail

getSessionId

public SessionId getSessionId()
Returns the receiver's session ID.

Returns:
The session ID.

getUser

public SimpleUser getUser()
Returns the receiver's user.

Returns:
The user.

getReplyTopic

public JmsOperations getReplyTopic()
Returns the receiver's reply topic.

Returns:
The topic.

getSessionInfo

public SessionInfo getSessionInfo()
Returns the receiver's session information.

Returns:
The information.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.