|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.pi.SimpleServerManager
This interface describes all operations that must be implemented to provide a server request interceptor manager.
Field Summary | |
static int |
BAD_INTERCEPTOR_RESPONSE
minor code of INTERNAL exception thrown when an interceptor gives and invalid response. |
Constructor Summary | |
SimpleServerManager(org.omg.PortableInterceptor.ServerRequestInterceptor[] list,
CurrentImpl current)
Set the interceptors list |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int BAD_INTERCEPTOR_RESPONSE
Constructor Detail |
public SimpleServerManager(org.omg.PortableInterceptor.ServerRequestInterceptor[] list, CurrentImpl current)
Method Detail |
public void receive_request_service_contexts(org.omg.PortableInterceptor.ServerRequestInfo info, RequestCallback cb)
receive_request_service_contexts
in interface ServerManager
public void receive_request(org.omg.PortableInterceptor.ServerRequestInfo info, RequestCallback cb)
receive_request
in interface ServerManager
public void send_reply(org.omg.PortableInterceptor.ServerRequestInfo info, RequestCallback cb)
send_reply
in interface ServerManager
public void send_exception(org.omg.PortableInterceptor.ServerRequestInfo info, RequestCallback cb)
send_exception
in interface ServerManager
public void send_other(org.omg.PortableInterceptor.ServerRequestInfo info, RequestCallback cb)
send_other
in interface ServerManager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |