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
- Java Class org.omg.CORBA.ExceptionDefHolder
- Source File org/omg/CORBA/ExceptionDefHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ExceptionDef
- Repository Identifier IDL:omg.org/CORBA/ExceptionDef:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface ExceptionDef : ::CORBA::Contained, ::CORBA::Container {
readonly attribute TypeCode type;
attribute ::CORBA::StructMemberSeq members;
};
value-
ExceptionDefHolder()
-
ExceptionDefHolder(ExceptionDef)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public ExceptionDef value
ExceptionDefHolder
public ExceptionDefHolder()
ExceptionDefHolder
public ExceptionDefHolder(ExceptionDef value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index