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