Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
Modifier and Type | Method and Description |
---|---|
void |
ORBInitInfoImpl.add_client_request_interceptor_with_policy(ClientRequestInterceptor interceptor,
Policy[] policies) |
void |
ORBInitInfoImpl.add_client_request_interceptor(ClientRequestInterceptor interceptor)
This operation is used to add a client-side request Interceptor to
the list of client-side request Interceptors.
|
Modifier and Type | Field and Description |
---|---|
ClientRequestInterceptor |
ClientRequestInterceptorHolder.value |
Modifier and Type | Method and Description |
---|---|
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.extract(Any a) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.narrow(Object obj) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.read(InputStream istream) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
ORBInitInfoOperations.add_client_request_interceptor(ClientRequestInterceptor interceptor)
Used to add a client-side request Interceptor to the list of
client-side request Interceptors.
|
static void |
ClientRequestInterceptorHelper.insert(Any a,
ClientRequestInterceptor that) |
static void |
ClientRequestInterceptorHelper.write(OutputStream ostream,
ClientRequestInterceptor value) |
Constructor and Description |
---|
ClientRequestInterceptorHolder(ClientRequestInterceptor initialValue) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.