public class ObjectReferenceFactoryImpl extends ObjectReferenceProducerBase implements ObjectReferenceFactory, StreamableValue
| Modifier and Type | Field and Description |
|---|---|
static String |
repositoryId |
orb| Constructor and Description |
|---|
ObjectReferenceFactoryImpl(InputStream is) |
ObjectReferenceFactoryImpl(ORB orb,
IORTemplateList iortemps) |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream is)
Read the data into a (presumably) empty ObjectReferenceFactoryImpl.
|
String[] |
_truncatable_ids() |
TypeCode |
_type() |
void |
_write(OutputStream os)
Write the state to the OutputStream.
|
boolean |
equals(Object obj) |
IORFactory |
getIORFactory() |
IORTemplateList |
getIORTemplateList() |
int |
hashCode() |
make_objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitmake_objectpublic static final String repositoryId
public ObjectReferenceFactoryImpl(InputStream is)
public ObjectReferenceFactoryImpl(ORB orb, IORTemplateList iortemps)
public String[] _truncatable_ids()
_truncatable_ids in interface ValueBasepublic TypeCode _type()
_type in interface Streamablepublic void _read(InputStream is)
_read in interface Streamablepublic void _write(OutputStream os)
_write in interface Streamablepublic IORFactory getIORFactory()
getIORFactory in class ObjectReferenceProducerBasepublic IORTemplateList getIORTemplateList()
getIORTemplateList in class ObjectReferenceProducerBaseCopyright © 2017–2019 Eclipse Foundation. All rights reserved.