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.
|
T |
RemoteCaller.execute(ClientContext context) |
Invokes the service implementation on behalf of the client with
the given context.
|
void |
RemoteRunner.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 |
AuthService.logout(ClientContext context) |
Logs out the client with the given context.
|
void |
AuthServiceImpl.logout(ClientContext context) |
|
private void |
AuthServiceImpl.logout(ClientContext context,
SessionHolder<T> sessionHolder) |
Logs out the client with the given context and associated
session holder.
|
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.
|