|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.pi.SimpleClientManager
public class 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(org.omg.PortableInterceptor.ClientRequestInterceptor[] list,
CurrentImpl current)
Constructor |
Method Summary | |
---|---|
void |
receive_exception(org.omg.PortableInterceptor.ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client interception point. |
void |
receive_other(org.omg.PortableInterceptor.ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client interception point. |
void |
receive_reply(org.omg.PortableInterceptor.ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client interception point when a reply is received. |
void |
send_poll(org.omg.PortableInterceptor.ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client interception point. |
void |
send_request(org.omg.PortableInterceptor.ClientRequestInfo info,
RequestCallback cb)
This operation must be called from the client 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 SimpleClientManager(org.omg.PortableInterceptor.ClientRequestInterceptor[] list, CurrentImpl current)
Method Detail |
---|
public void send_request(org.omg.PortableInterceptor.ClientRequestInfo info, RequestCallback cb)
send_request
in interface ClientManager
info
- The client request descriptor.cb
- The callback instance.public void send_poll(org.omg.PortableInterceptor.ClientRequestInfo info, RequestCallback cb)
send_poll
in interface ClientManager
info
- The client request descriptor.cb
- The callback instance.public void receive_reply(org.omg.PortableInterceptor.ClientRequestInfo info, RequestCallback cb)
receive_reply
in interface ClientManager
info
- The client request descriptor.cb
- The callback instance.public void receive_exception(org.omg.PortableInterceptor.ClientRequestInfo info, RequestCallback cb)
receive_exception
in interface ClientManager
info
- The client request descriptor.cb
- The callback instance.public void receive_other(org.omg.PortableInterceptor.ClientRequestInfo info, RequestCallback cb)
receive_other
in interface ClientManager
info
- The client request descriptor.cb
- The callback instance.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |