| Package | Description |
|---|---|
| org.marketcetera.util.rpc | |
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
SessionHolder<SessionClazz> |
RpcServerServices.validateAndReturnSession(String inSessionId)
Validates that the given session is active.
|
SessionHolder<SessionClazz> |
RpcServer.validateAndReturnSession(String inSessionIdValue) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All Rights Reserved.