public class CodeBaseHelper
extends java.lang.Object
| Constructor and Description |
|---|
CodeBaseHelper() |
| Modifier and Type | Method and Description |
|---|---|
static CodeBase |
extract(Any a)
Extract CodeBase from an any
|
static java.lang.String |
id()
Return the CodeBase IDL ID
|
static void |
insert(Any a,
CodeBase t)
Insert CodeBase into an any
|
static CodeBase |
narrow(Object obj)
Narrow CORBA::Object to CodeBase
|
static CodeBase |
read(InputStream istream)
Read CodeBase from a marshalled stream
|
static TypeCode |
type()
Return the CodeBase TypeCode
|
static CodeBase |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to CodeBase
|
static void |
write(OutputStream ostream,
CodeBase value)
Write CodeBase into a marshalled stream
|
public static void insert(Any a, CodeBase t)
a - an anyt - CodeBase valuepublic static CodeBase extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static CodeBase read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, CodeBase value)
ostream - the output streamvalue - CodeBase valuepublic static CodeBase narrow(Object obj)
obj - the CORBA Object