|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientContext | |
|---|---|
| org.marketcetera.util.ws.stateful | Web services infrastructure. |
| Uses of ClientContext in org.marketcetera.util.ws.stateful |
|---|
| Methods in org.marketcetera.util.ws.stateful that return ClientContext | |
|---|---|
ClientContext |
Client.getContext()
|
| Methods in org.marketcetera.util.ws.stateful with parameters of type ClientContext | |
|---|---|
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 |
RemoteRunner.execute(ClientContext context)
Invokes the service implementation on behalf of the client with the given context. |
T |
RemoteCaller.execute(ClientContext context)
Invokes the service implementation on behalf of the client with the given context. |
protected SessionHolder<T> |
RemoteCall.getSessionHolder(ClientContext context)
Asserts that the given client context matches all of the receiver's filters. |
void |
AuthServiceImpl.logout(ClientContext context)
|
void |
AuthService.logout(ClientContext context)
Logs out the client with the given context. |
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 | |||||||||