All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.DynArrayHolder

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

public final class DynArrayHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "omg.org/CORBA"
interface DynArray : ::CORBA::DynAny {
::CORBA::AnySeq get_elements();
void set_elements(
in ::CORBA::AnySeq value
)
raises(
::CORBA::DynAny::InvalidSeq
);
};


Variable Index

 o value

Constructor Index

 o DynArrayHolder()
 o DynArrayHolder(DynArray)

Method Index

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

Variables

 o value
public DynArray value

Constructors

 o DynArrayHolder
public DynArrayHolder()
 o DynArrayHolder
public DynArrayHolder(DynArray 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