|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openorb.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(ServerRequestInterceptor[] list,
CurrentImpl current)
Set the interceptors list |
|
| Method Summary | |
|---|---|
void |
receive_request_service_contexts(ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point. |
void |
receive_request(ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point. |
void |
send_exception(ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point. |
void |
send_other(ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point. |
void |
send_reply(ServerRequestInfo info,
RequestCallback cb)
This operation must be called from the server interception point. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int BAD_INTERCEPTOR_RESPONSE
| Constructor Detail |
public SimpleServerManager(ServerRequestInterceptor[] list,
CurrentImpl current)
| Method Detail |
public void receive_request_service_contexts(ServerRequestInfo info,
RequestCallback cb)
receive_request_service_contexts in interface ServerManager
public void receive_request(ServerRequestInfo info,
RequestCallback cb)
receive_request in interface ServerManager
public void send_reply(ServerRequestInfo info,
RequestCallback cb)
send_reply in interface ServerManager
public void send_exception(ServerRequestInfo info,
RequestCallback cb)
send_exception in interface ServerManager
public void send_other(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 | |||||||||