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