|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.ors.ws.ClientSession
public class ClientSession
The session information maintained for each client.
| 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 |
|---|
public ClientSession(SystemInfo systemInfo,
SessionId sessionId,
SimpleUser user,
JmsOperations replyTopic)
systemInfo - The system information.sessionId - The session ID.user - The user.replyTopic - The topic.| Method Detail |
|---|
public SessionId getSessionId()
public SimpleUser getUser()
public JmsOperations getReplyTopic()
public SessionInfo getSessionInfo()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||