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