| Package | Description |
|---|---|
| com.sun.corba.se.impl.interceptors | |
| com.sun.corba.se.impl.orb | |
| 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 | Class and Description |
|---|---|
class |
ORBInitInfoImpl
ORBInitInfoImpl is the implementation of the ORBInitInfo class to be
passed to ORBInitializers, as described in orbos/99-12-02.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParserTable.TestORBInitializer1.post_init(ORBInitInfo info) |
void |
ParserTable.TestORBInitializer2.post_init(ORBInitInfo info) |
void |
ParserTable.TestORBInitializer1.pre_init(ORBInitInfo info) |
void |
ParserTable.TestORBInitializer2.pre_init(ORBInitInfo info) |
| Modifier and Type | Field and Description |
|---|---|
ORBInitInfo |
ORBInitInfoHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ORBInitInfo |
ORBInitInfoHelper.extract(Any a) |
static ORBInitInfo |
ORBInitInfoHelper.narrow(Object obj) |
static ORBInitInfo |
ORBInitInfoHelper.read(InputStream istream) |
static ORBInitInfo |
ORBInitInfoHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ORBInitInfoHelper.insert(Any a,
ORBInitInfo that) |
void |
ORBInitializerOperations.post_init(ORBInitInfo info)
Called during ORB initialization.
|
void |
ORBInitializerOperations.pre_init(ORBInitInfo info)
Called during ORB initialization.
|
static void |
ORBInitInfoHelper.write(OutputStream ostream,
ORBInitInfo value) |
| Constructor and Description |
|---|
ORBInitInfoHolder(ORBInitInfo initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.