|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionInfo | |
|---|---|
| org.marketcetera.ors | Main classes for the order routing system server. |
| org.marketcetera.ors.info | Information stores. |
| org.marketcetera.ors.ws | Web services provided by the application. |
| Uses of SessionInfo in org.marketcetera.ors |
|---|
| Methods in org.marketcetera.ors that return SessionInfo | |
|---|---|
SessionInfo |
UserManager.getSessionInfo(SessionId sessionId)
Returns the session information associated with the given session ID. |
| Uses of SessionInfo in org.marketcetera.ors.info |
|---|
| Classes in org.marketcetera.ors.info that implement SessionInfo | |
|---|---|
class |
SessionInfoImpl
A store for key-value pairs specific to a session: implementation. |
| Methods in org.marketcetera.ors.info that return SessionInfo | |
|---|---|
SessionInfo |
RequestInfoImpl.getSessionInfo()
|
SessionInfo |
RequestInfo.getSessionInfo()
Returns the receiver's session store. |
| Constructors in org.marketcetera.ors.info with parameters of type SessionInfo | |
|---|---|
RequestInfoImpl(SessionInfo sessionInfo)
Creates a new store with an automatically assigned name and encompassed by the given session store. |
|
RequestInfoImpl(String name,
SessionInfo sessionInfo)
Creates a new store with the given name and encompassed by the given session store. |
|
| Uses of SessionInfo in org.marketcetera.ors.ws |
|---|
| Methods in org.marketcetera.ors.ws that return SessionInfo | |
|---|---|
SessionInfo |
ClientSession.getSessionInfo()
Returns the receiver's session information. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||