|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionHolder | |
|---|---|
| org.marketcetera.util.ws.stateful | Web services infrastructure. |
| Uses of SessionHolder in org.marketcetera.util.ws.stateful |
|---|
| Methods in org.marketcetera.util.ws.stateful that return SessionHolder | |
|---|---|
SessionHolder<T> |
SessionManager.get(SessionId id)
Returns the holder that the receiver associates with the given session ID. |
protected SessionHolder<T> |
RemoteCall.getSessionHolder(ClientContext context)
Asserts that the given client context matches all of the receiver's filters. |
| Methods in org.marketcetera.util.ws.stateful with parameters of type SessionHolder | |
|---|---|
protected abstract T |
RemoteCaller.call(ClientContext context,
SessionHolder<S> sessionHolder)
The service implementation, executed on behalf of the client with the given context and associated session holder. |
void |
SessionManager.put(SessionId id,
SessionHolder<T> holder)
Adds the given holder, associated with the given session ID, to the receiver. |
protected abstract void |
RemoteRunner.run(ClientContext context,
SessionHolder<S> sessionHolder)
The service implementation, executed on behalf of the client with the given context and associated session holder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||