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