- java.lang.Object
-
- org.omg.PortableInterceptor.ObjectReferenceFactoryHolder
-
- All Implemented Interfaces:
Streamable
public final class ObjectReferenceFactoryHolder extends Object implements Streamable
The object reference factory. This provides the capability of creating an object reference.
-
-
Field Summary
Fields Modifier and Type Field Description ObjectReferenceFactory
value
-
Constructor Summary
Constructors Constructor Description ObjectReferenceFactoryHolder()
ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
-
-
-
Field Detail
-
value
public ObjectReferenceFactory value
-
-
Constructor Detail
-
ObjectReferenceFactoryHolder
public ObjectReferenceFactoryHolder()
-
ObjectReferenceFactoryHolder
public ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
-
-