|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionManager | |
|---|---|
| org.marketcetera.util.ws.stateful | Web services infrastructure. |
| org.marketcetera.util.ws.tags | Tags used to identify aspects of web services, and filters for those tags. |
| Uses of SessionManager in org.marketcetera.util.ws.stateful |
|---|
| Methods in org.marketcetera.util.ws.stateful that return SessionManager | |
|---|---|
SessionManager<T> |
Server.getSessionManager()
Returns the receiver's session manager. |
SessionManager<T> |
RemoteCall.getSessionManager()
Returns the receiver's session manager. |
SessionManager<T> |
ServiceBaseImpl.getSessionManager()
Returns the receiver's session manager. |
| Methods in org.marketcetera.util.ws.stateful with parameters of type SessionManager | ||
|---|---|---|
static
|
RemoteCall.getDefaultSessionIdFilter(SessionManager<T> sessionManager)
Returns the default session ID filter for the given session manager. |
|
| Constructors in org.marketcetera.util.ws.stateful with parameters of type SessionManager | |
|---|---|
AuthServiceImpl(Authenticator authenticator,
SessionManager<T> sessionManager)
Creates a new authentication service implementation with the given authenticator and session manager. |
|
RemoteCall(SessionManager<T> sessionManager)
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies two filters to the client context. |
|
RemoteCall(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<T> sessionManager,
TagFilter sessionIdFilter)
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies the given filters to the client context. |
|
RemoteCaller(SessionManager<S> sessionManager)
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies two filters to the client context. |
|
RemoteCaller(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<S> sessionManager,
TagFilter sessionIdFilter)
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies the given filters to the client context. |
|
RemoteRunner(SessionManager<S> sessionManager)
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies two filters to the client context. |
|
RemoteRunner(TagFilter versionIdFilter,
TagFilter appIdFilter,
TagFilter clientIdFilter,
SessionManager<S> sessionManager,
TagFilter sessionIdFilter)
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies the given filters to the client context. |
|
Server(Authenticator authenticator,
SessionManager<T> sessionManager)
Creates a new server node with the default server host name and port, and the given authenticator and session manager. |
|
Server(String host,
int port,
Authenticator authenticator,
SessionManager<T> sessionManager)
Creates a new server node with the given server host name, port, authenticator, and session manager. |
|
Server(String inHost,
int inPort,
Authenticator inAuthenticator,
SessionManager<T> inSessionManager,
Class<?>... inContextClasses)
Create a new Server instance. |
|
ServiceBaseImpl(SessionManager<T> sessionManager)
Creates a new service implementation with the given session manager. |
|
| Uses of SessionManager in org.marketcetera.util.ws.tags |
|---|
| Methods in org.marketcetera.util.ws.tags that return SessionManager | |
|---|---|
SessionManager<T> |
ValidSessionTagFilter.getSessionManager()
Returns the receiver's session manager. |
| Constructors in org.marketcetera.util.ws.tags with parameters of type SessionManager | |
|---|---|
ValidSessionTagFilter(SessionManager<T> sessionManager)
Creates a new filter which uses the given (optional) session manager for session ID mappings. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||