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