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