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

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


Constructor Index

 o ExceptionDefHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, ExceptionDef)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, ExceptionDef)

Constructors

 o ExceptionDefHelper
 public ExceptionDefHelper()

Methods

 o narrow
 public static ExceptionDef narrow(Object object)
 o bind
 public static ExceptionDef bind(ORB orb)
 o bind
 public static ExceptionDef bind(ORB orb,
                                 String name)
 o bind
 public static ExceptionDef bind(ORB orb,
                                 String name,
                                 String host,
                                 BindOptions options)
 o read
 public static ExceptionDef read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          ExceptionDef value)
 o insert
 public static void insert(Any any,
                           ExceptionDef value)
 o extract
 public static ExceptionDef extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index