Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.spi.protocol | |
org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
org.omg.PortableInterceptor.ORBInitInfoPackage |
This package contains the exceptions and typedefs from the ORBInitInfo
local interface of the PortableInterceptor module specified in the OMG
Portable Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2.
|
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.
|
void |
ORBInitInfoImpl.add_ior_interceptor_with_policy(IORInterceptor interceptor,
Policy[] policies) |
void |
ORBInitInfoImpl.add_ior_interceptor(IORInterceptor interceptor)
This operation is used to add an IOR Interceptor to
the list of IOR Interceptors.
|
void |
ORBInitInfoImpl.add_server_request_interceptor_with_policy(ServerRequestInterceptor interceptor,
Policy[] policies) |
void |
ORBInitInfoImpl.add_server_request_interceptor(ServerRequestInterceptor interceptor)
This operation is used to add a server-side request Interceptor to
the list of server-side request Interceptors.
|
void |
PINoOpHandlerImpl.register_interceptor(Interceptor interceptor,
int type) |
void |
PIHandlerImpl.register_interceptor(Interceptor interceptor,
int type)
Called by ORBInitInfo when an interceptor needs to be registered.
|
Modifier and Type | Method and Description |
---|---|
void |
PIHandler.register_interceptor(Interceptor interceptor,
int type) |
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.
|
void |
ORBInitInfoOperations.add_ior_interceptor(IORInterceptor interceptor)
Used to add an IOR Interceptor to the list of IOR Interceptors.
|
void |
ORBInitInfoOperations.add_server_request_interceptor(ServerRequestInterceptor interceptor)
Used to add a server-side request Interceptor to the list of
server-side request Interceptors.
|
Modifier and Type | Field and Description |
---|---|
DuplicateName |
DuplicateNameHolder.value |
Modifier and Type | Method and Description |
---|---|
static DuplicateName |
DuplicateNameHelper.extract(Any a) |
static DuplicateName |
DuplicateNameHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
DuplicateNameHelper.insert(Any a,
DuplicateName that) |
static void |
DuplicateNameHelper.write(OutputStream ostream,
DuplicateName value) |
Constructor and Description |
---|
DuplicateNameHolder(DuplicateName initialValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.