|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableInterceptor.ObjectReferenceFactoryHelper
public abstract class ObjectReferenceFactoryHelper
The helper operations for the CORBA object ObjectReferenceFactory
.
Constructor Summary | |
---|---|
ObjectReferenceFactoryHelper()
|
Method Summary | |
---|---|
static ObjectReferenceFactory |
extract(Any any)
Extract the ObjectReferenceFactory from given Any. |
static String |
id()
Get the ObjectReferenceFactory repository id. |
static void |
insert(Any any,
ObjectReferenceFactory that)
Insert the ObjectReferenceFactory into the given Any. |
static ObjectReferenceFactory |
read(InputStream input)
Read the ObjectReferenceFactory from the CDR intput stream (ValueBase type expected). |
static TypeCode |
type()
Get the type code of the ObjectReferenceFactory . |
static void |
write(OutputStream output,
ObjectReferenceFactory value)
Write the ObjectReferenceFactory to the CDR output stream (as a ValueBase). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectReferenceFactoryHelper()
Method Detail |
---|
public static TypeCode type()
ObjectReferenceFactory
.
public static void insert(Any any, ObjectReferenceFactory that)
any
- the Any to insert into.that
- the ObjectReferenceFactory to insert.public static ObjectReferenceFactory extract(Any any)
BAD_OPERATION
- if the passed Any does not contain ObjectReferenceFactory.public static String id()
public static ObjectReferenceFactory read(InputStream input)
input
- a org.omg.CORBA.portable stream to read from.public static void write(OutputStream output, ObjectReferenceFactory value)
output
- a org.omg.CORBA.portable stream stream to write into.value
- a value to write.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |