org.omg.PortableServer
Class POAListHelper

java.lang.Object
  extended byorg.omg.PortableServer.POAListHelper

public final class POAListHelper
extends java.lang.Object

Generated from IDL definition of alias "POAList"

Author:
JacORB IDL compiler

Constructor Summary
POAListHelper()
           
 
Method Summary
static POA[] extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, POA[] s)
           
static POA[] read(InputStream _in)
           
static TypeCode type()
           
static void write(OutputStream _out, POA[] _s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POAListHelper

public POAListHelper()
Method Detail

insert

public static void insert(Any any,
                          POA[] s)

extract

public static POA[] extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static POA[] read(InputStream _in)

write

public static void write(OutputStream _out,
                         POA[] _s)