All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ExceptionDefHolder

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

public final class ExceptionDefHolder
extends Object
implements Streamable

IDL definition:
interface ExceptionDef : ::CORBA::Contained, ::CORBA::Container {
readonly attribute TypeCode type;
attribute ::CORBA::StructMemberSeq members;
};


Variable Index

 o value

Constructor Index

 o ExceptionDefHolder()
 o ExceptionDefHolder(ExceptionDef)

Method Index

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

Variables

 o value
 public ExceptionDef value

Constructors

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