All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ExceptionDescriptionHolder
java.lang.Object
|
+----org.omg.CORBA.ExceptionDescriptionHolder
- public final class ExceptionDescriptionHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.ExceptionDescriptionHolder
- Source File org/omg/CORBA/ExceptionDescriptionHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ExceptionDescription
- Repository Identifier IDL:omg.org/CORBA/ExceptionDescription:1.0
IDL definition:
struct ExceptionDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
TypeCode type;
};
-
value
-
-
ExceptionDescriptionHolder()
-
-
ExceptionDescriptionHolder(ExceptionDescription)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public ExceptionDescription value
ExceptionDescriptionHolder
public ExceptionDescriptionHolder()
ExceptionDescriptionHolder
public ExceptionDescriptionHolder(ExceptionDescription 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