|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openorb.PI.SimpleClientManager
This class is the manager for portable interceptor on client side.
| Field Summary | |
|---|---|
static int |
BAD_INTERCEPTOR_RESPONSE
exception code for exception thrown when an interceptor gives a non-complient response. |
| Constructor Summary | |
|---|---|
SimpleClientManager(ClientRequestInterceptor[] list,
CurrentImpl current)
Constructor |
|
| Method Summary | |
|---|---|
void |
receive_exception(ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client interception point. |
void |
receive_other(ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client interception point. |
void |
receive_reply(ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client interception point when a reply is received. |
void |
send_poll(ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client interception point. |
void |
send_request(ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client 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 SimpleClientManager(ClientRequestInterceptor[] list,
CurrentImpl current)
| Method Detail |
public void send_request(ClientRequestInfo info,
RequestCallback cb)
send_request in interface ClientManager
public void send_poll(ClientRequestInfo info,
RequestCallback cb)
send_poll in interface ClientManager
public void receive_reply(ClientRequestInfo info,
RequestCallback cb)
receive_reply in interface ClientManager
public void receive_exception(ClientRequestInfo info,
RequestCallback cb)
receive_exception in interface ClientManager
public void receive_other(ClientRequestInfo info,
RequestCallback cb)
receive_other in interface ClientManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||