All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ExcDescriptionSeqHolder

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

public final class ExcDescriptionSeqHolder
extends Object
implements Streamable

IDL definition:
typedef sequence<::CORBA::ExceptionDescription> ExcDescriptionSeq;


Variable Index

 o value

Constructor Index

 o ExcDescriptionSeqHolder()
 o ExcDescriptionSeqHolder(ExceptionDescription[])

Method Index

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

Variables

 o value
 public ExceptionDescription value[]

Constructors

 o ExcDescriptionSeqHolder
 public ExcDescriptionSeqHolder()
 o ExcDescriptionSeqHolder
 public ExcDescriptionSeqHolder(ExceptionDescription 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