| Package | Description |
|---|---|
| org.omg.PortableInterceptor | |
| org.omg.PortableInterceptor.ORBInitInfoPackage |
| 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 © 2017–2023 Eclipse Foundation. All rights reserved.