public interface ClientInterceptorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle_location_forward(ReplyInputStream reply,
Object forward_reference) |
void |
handle_receive_exception(ApplicationException exception,
ReplyInputStream reply) |
void |
handle_receive_exception(SystemException exception) |
void |
handle_receive_exception(SystemException exception,
ReplyInputStream reply) |
void |
handle_receive_other(short reply_status) |
void |
handle_receive_reply(ReplyInputStream reply) |
void |
handle_send_request() |
void handle_send_request()
throws RemarshalException,
ForwardRequest
RemarshalExceptionForwardRequestvoid handle_location_forward(ReplyInputStream reply, Object forward_reference) throws RemarshalException, ForwardRequest
RemarshalExceptionForwardRequestvoid handle_receive_reply(ReplyInputStream reply) throws RemarshalException, ForwardRequest
RemarshalExceptionForwardRequestvoid handle_receive_other(short reply_status)
throws RemarshalException,
ForwardRequest
RemarshalExceptionForwardRequestvoid handle_receive_exception(SystemException exception) throws RemarshalException, ForwardRequest
RemarshalExceptionForwardRequestvoid handle_receive_exception(SystemException exception, ReplyInputStream reply) throws RemarshalException, ForwardRequest
RemarshalExceptionForwardRequestvoid handle_receive_exception(ApplicationException exception, ReplyInputStream reply) throws RemarshalException, ForwardRequest
RemarshalExceptionForwardRequestCopyright © 2017 JacORB. All rights reserved.