|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.POAListHelper
public class POAListHelper
Helper class for : POAList
Constructor Summary | |
---|---|
POAListHelper()
|
Method Summary | |
---|---|
static POA[] |
extract(Any a)
Extract POAList from an any |
static java.lang.String |
id()
Return the POAList IDL ID |
static void |
insert(Any a,
POA[] t)
Insert POAList into an any |
static POA[] |
read(InputStream istream)
Read POAList from a marshalled stream |
static TypeCode |
type()
Return the POAList TypeCode |
static void |
write(OutputStream ostream,
POA[] value)
Write POAList into a marshalled stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public POAListHelper()
Method Detail |
---|
public static void insert(Any a, POA[] t)
a
- an anyt
- POAList valuepublic static POA[] extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static POA[] read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, POA[] value)
ostream
- the output streamvalue
- POAList value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |