Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.impl.ior | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.oa | |
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 | Method and Description |
---|---|
ObjectReferenceFactory |
IORInfoImpl.current_factory() |
Modifier and Type | Method and Description |
---|---|
void |
IORInfoImpl.current_factory(ObjectReferenceFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectReferenceFactoryImpl
This is an implementation of the ObjectReferenceFactory abstract value
type defined by the portable interceptors IDL.
|
class |
ObjectReferenceTemplateImpl
This is an implementation of the ObjectReferenceTemplate abstract value
type defined by the portable interceptors IDL.
|
Modifier and Type | Method and Description |
---|---|
static ObjectReferenceFactory |
IORFactories.makeObjectReferenceFactory(ORB orb,
IORTemplateList iortemps) |
Modifier and Type | Method and Description |
---|---|
static IORTemplateList |
IORFactories.getIORTemplateList(ObjectReferenceFactory orf) |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceFactory |
ObjectAdapterBase.getCurrentFactory() |
ObjectReferenceFactory |
ObjectAdapter.getCurrentFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectAdapterBase.setCurrentFactory(ObjectReferenceFactory factory) |
void |
ObjectAdapter.setCurrentFactory(ObjectReferenceFactory factory)
Change the current factory.
|
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 a) |
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
void |
IORInfoOperations.current_factory(ObjectReferenceFactory newCurrent_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 void |
ObjectReferenceFactoryHelper.insert(Any a,
ObjectReferenceFactory that) |
static void |
ObjectReferenceFactoryHelper.write(OutputStream ostream,
ObjectReferenceFactory value) |
Constructor and Description |
---|
ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.