|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.INV_OBJREFHelper
public class INV_OBJREFHelper
Helper class for : INV_OBJREF
Constructor Summary | |
---|---|
INV_OBJREFHelper()
|
Method Summary | |
---|---|
static INV_OBJREF |
extract(Any a)
Extract INV_OBJREF from an any |
static java.lang.String |
id()
Return the INV_OBJREF IDL ID |
static void |
insert(Any a,
INV_OBJREF t)
Insert INV_OBJREF into an any |
static INV_OBJREF |
read(InputStream istream)
Read INV_OBJREF from a marshalled stream |
static TypeCode |
type()
Return the INV_OBJREF TypeCode |
static void |
write(OutputStream ostream,
INV_OBJREF value)
Write INV_OBJREF into a marshalled stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public INV_OBJREFHelper()
Method Detail |
---|
public static void insert(Any a, INV_OBJREF t)
a
- an anyt
- INV_OBJREF valuepublic static INV_OBJREF extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static INV_OBJREF read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, INV_OBJREF value)
ostream
- the output streamvalue
- INV_OBJREF value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |