|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ObjectHelper
public class ObjectHelper
Helper class for : Object
Constructor Summary | |
---|---|
ObjectHelper()
|
Method Summary | |
---|---|
static java.lang.Object |
extract(Any a)
Extract Object from an any |
static java.lang.String |
id()
Return the Object IDL ID |
static void |
insert(Any a,
Object t)
Insert Object into an any |
static Object |
read(InputStream istream)
Read Object from a marshalled stream |
static TypeCode |
type()
Return the Object TypeCode |
static void |
write(OutputStream ostream,
Object value)
Write Object 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 ObjectHelper()
Method Detail |
---|
public static void insert(Any a, Object t)
a
- an anyt
- AbstractBase valuepublic static java.lang.Object extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static Object read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, Object value)
ostream
- the output streamvalue
- Object value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |