Class ObjectReferenceTemplateImpl

java.lang.Object
com.sun.corba.ee.impl.ior.ObjectReferenceProducerBase
com.sun.corba.ee.impl.ior.ObjectReferenceTemplateImpl
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase, ObjectReferenceFactory, ObjectReferenceTemplate

public class ObjectReferenceTemplateImpl extends ObjectReferenceProducerBase implements ObjectReferenceTemplate, StreamableValue
This is an implementation of the ObjectReferenceTemplate abstract value type defined by the portable interceptors IDL. Note that this is a direct Java implementation of the abstract value type: there is no stateful value type defined in IDL, since defining the state in IDL is awkward and inefficient. The best way to define the state is to use internal data structures that can be written to and read from CORBA streams.
See Also: