All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ExceptionDefHelper
java.lang.Object
|
+----org.omg.CORBA.ExceptionDefHelper
- public abstract class ExceptionDefHelper
- extends Object
- Java Class org.omg.CORBA.ExceptionDefHelper
- Source File org/omg/CORBA/ExceptionDefHelper.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;
};
ExceptionDefHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, ExceptionDef)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, ExceptionDef)
-
ExceptionDefHelper
public ExceptionDefHelper()
narrow
public static ExceptionDef narrow(Object object)
bind
public static ExceptionDef bind(ORB orb)
bind
public static ExceptionDef bind(ORB orb,
String name)
bind
public static ExceptionDef bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static ExceptionDef read(InputStream _input)
write
public static void write(OutputStream _output,
ExceptionDef value)
insert
public static void insert(Any any,
ExceptionDef value)
extract
public static ExceptionDef extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index