public class SimpleServerManager extends java.lang.Object implements ServerManager
| Modifier and Type | Field and Description |
|---|---|
static int |
BAD_INTERCEPTOR_RESPONSE
minor code of INTERNAL exception thrown when an interceptor gives
and invalid response.
|
| Constructor and Description |
|---|
SimpleServerManager(org.omg.PortableInterceptor.ServerRequestInterceptor[] list,
CurrentImpl current)
Set the interceptors list
|
| Modifier and Type | Method and Description |
|---|---|
void |
receive_request_service_contexts(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point.
|
void |
receive_request(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point.
|
void |
send_exception(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point.
|
void |
send_other(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point.
|
void |
send_reply(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point.
|
public static final int BAD_INTERCEPTOR_RESPONSE
public SimpleServerManager(org.omg.PortableInterceptor.ServerRequestInterceptor[] list,
CurrentImpl current)
public void receive_request_service_contexts(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
receive_request_service_contexts in interface ServerManagerpublic void receive_request(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
receive_request in interface ServerManagerpublic void send_reply(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
send_reply in interface ServerManagerpublic void send_exception(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
send_exception in interface ServerManagerpublic void send_other(org.omg.PortableInterceptor.ServerRequestInfo info,
RequestCallback cb)
send_other in interface ServerManager