All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ExceptionDefSeqHolder

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

public final class ExceptionDefSeqHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<::CORBA::ExceptionDef> ExceptionDefSeq;


Variable Index

 o value

Constructor Index

 o ExceptionDefSeqHolder()
 o ExceptionDefSeqHolder(ExceptionDef[])

Method Index

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

Variables

 o value
public ExceptionDef[] value

Constructors

 o ExceptionDefSeqHolder
public ExceptionDefSeqHolder()
 o ExceptionDefSeqHolder
public ExceptionDefSeqHolder(ExceptionDef[] 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