public class ObjectReferenceTemplateImpl extends ObjectReferenceProducerBase implements ObjectReferenceTemplate, StreamableValue
Modifier and Type | Field and Description |
---|---|
static String |
repositoryId |
orb
Constructor and Description |
---|
ObjectReferenceTemplateImpl(InputStream is) |
ObjectReferenceTemplateImpl(ORB orb,
IORTemplate iortemp) |
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream is)
Read the data into a (presumably) empty ORTImpl.
|
String[] |
_truncatable_ids()
Provides truncatable repository ids.
|
TypeCode |
_type()
Retrieves the
TypeCode object corresponding to the value
in the value field of the Holder. |
void |
_write(OutputStream os)
Write the state to the OutputStream.
|
String[] |
adapter_name() |
boolean |
equals(Object obj) |
IORFactory |
getIORFactory() |
IORTemplateList |
getIORTemplateList() |
int |
hashCode() |
String |
orb_id() |
String |
server_id() |
make_object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
make_object
public static final String repositoryId
public ObjectReferenceTemplateImpl(InputStream is)
public ObjectReferenceTemplateImpl(ORB orb, IORTemplate iortemp)
public String[] _truncatable_ids()
ValueBase
_truncatable_ids
in interface ValueBase
public TypeCode _type()
Streamable
TypeCode
object corresponding to the value
in the value
field of the Holder._type
in interface Streamable
TypeCode
object for the value held in the holderpublic void _read(InputStream is)
_read
in interface Streamable
is
- the InputStream that represents the CDR data from the wire.public void _write(OutputStream os)
_write
in interface Streamable
os
- the CDR OutputStreampublic String server_id()
server_id
in interface ObjectReferenceTemplate
public String orb_id()
orb_id
in interface ObjectReferenceTemplate
public String[] adapter_name()
adapter_name
in interface ObjectReferenceTemplate
public IORFactory getIORFactory()
getIORFactory
in class ObjectReferenceProducerBase
public IORTemplateList getIORTemplateList()
getIORTemplateList
in class ObjectReferenceProducerBase
Copyright © 2019 JBoss by Red Hat. All rights reserved.