| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectReferenceTemplate
The object reference template.
|
| Modifier and Type | Field and Description |
|---|---|
ObjectReferenceFactory |
ObjectReferenceFactoryHolder.value
|
| Modifier and Type | Method and Description |
|---|---|
ObjectReferenceFactory |
IORInfoOperations.current_factory()
On read, returns the current factory that will be used to create object references for the object adapter that was just created and is running IOR interceptors.
|
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.extract(Any
|
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
IORInfoOperations.current_factory(ObjectReferenceFactory
On read, returns the current factory that will be used to create object references for the object adapter that was just created and is running IOR interceptors.
|
static void |
ObjectReferenceFactoryHelper.insert(Any
|
static void |
ObjectReferenceFactoryHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
ObjectReferenceFactoryHolder(ObjectReferenceFactory
|