public class RetryClientRequestInterceptor extends LocalObject implements ORBInitializer, ClientRequestInterceptor
| Constructor and Description |
|---|
RetryClientRequestInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
static long |
getInitialBackoff() |
static long |
getTransientRetryTimeout() |
String |
name() |
void |
post_init(ORBInitInfo info) |
void |
pre_init(ORBInitInfo info) |
void |
receive_exception(ClientRequestInfo ri) |
void |
receive_other(ClientRequestInfo ri) |
void |
receive_reply(ClientRequestInfo ri) |
void |
send_poll(ClientRequestInfo ri) |
void |
send_request(ClientRequestInfo ri) |
static void |
setDebug(boolean x) |
static void |
setInitialBackoff(long x) |
static void |
setTransientRetryTimeout(long x) |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static void setInitialBackoff(long x)
public static long getInitialBackoff()
public static void setTransientRetryTimeout(long x)
public static long getTransientRetryTimeout()
public static void setDebug(boolean x)
public String name()
name in interface InterceptorOperationspublic void destroy()
destroy in interface InterceptorOperationspublic void send_request(ClientRequestInfo ri)
send_request in interface ClientRequestInterceptorOperationspublic void send_poll(ClientRequestInfo ri)
send_poll in interface ClientRequestInterceptorOperationspublic void receive_reply(ClientRequestInfo ri)
receive_reply in interface ClientRequestInterceptorOperationspublic void receive_exception(ClientRequestInfo ri) throws ForwardRequest
receive_exception in interface ClientRequestInterceptorOperationsForwardRequestpublic void receive_other(ClientRequestInfo ri)
receive_other in interface ClientRequestInterceptorOperationspublic void pre_init(ORBInitInfo info)
pre_init in interface ORBInitializerOperationspublic void post_init(ORBInitInfo info)
post_init in interface ORBInitializerOperationsCopyright © 2017–2019 Eclipse Foundation. All rights reserved.