All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.AnySeqHolder

java.lang.Object
   |
   +----org.omg.CORBA.AnySeqHolder

public final class AnySeqHolder
extends Object
implements Streamable

IDL definition:
typedef sequence<any> AnySeq;


Variable Index

 o value

Constructor Index

 o AnySeqHolder()
 o AnySeqHolder(Any[])

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public Any value[]

Constructors

 o AnySeqHolder
 public AnySeqHolder()
 o AnySeqHolder
 public AnySeqHolder(Any value[])

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index