|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.PortableServer.POAManagerHelper
Helper class for : POAManager
| Constructor Summary | |
POAManagerHelper()
|
|
| Method Summary | |
static POAManager |
extract(Any a)
Extract POAManager from an any |
static java.lang.String |
id()
Return the POAManager IDL ID |
static void |
insert(Any a,
POAManager t)
Insert POAManager into an any |
static POAManager |
narrow(Object obj)
Narrow CORBA::Object to POAManager |
static POAManager |
read(InputStream istream)
Read POAManager from a marshalled stream |
static TypeCode |
type()
Return the POAManager TypeCode |
static POAManager |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to POAManager |
static void |
write(OutputStream ostream,
POAManager value)
Write POAManager into a marshalled stream |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public POAManagerHelper()
| Method Detail |
public static void insert(Any a,
POAManager t)
a - an anyt - POAManager valuepublic static POAManager extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static POAManager read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
POAManager value)
ostream - the output streamvalue - POAManager valuepublic static POAManager narrow(Object obj)
obj - the CORBA Objectpublic static POAManager unchecked_narrow(Object obj)
obj - the CORBA Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||