| Package | Description |
|---|---|
| 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 |
ORBInitInfoOperations.add_client_request_interceptor(ClientRequestInterceptor
Used to add a client-side request Interceptor to the list of client-side request Interceptors.
|
void |
ORBInitInfoOperations.add_ior_interceptor(IORInterceptor
Used to add an IOR Interceptor to the list of IOR Interceptors.
|
void |
ORBInitInfoOperations.add_server_request_interceptor(ServerRequestInterceptor
Used to add a server-side request Interceptor to the list of server-side request Interceptors.
|
| Modifier and Type | Method and Description |
|---|---|
static DuplicateName |
DuplicateNameHelper.extract(Any
|
static DuplicateName |
DuplicateNameHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DuplicateNameHelper.insert(Any
|
static void |
DuplicateNameHelper.write(OutputStream
|