public class RunTimeHelper
extends java.lang.Object
| Constructor and Description |
|---|
RunTimeHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 Object