Class org.omg.CORBA.ExceptionDefSeqHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ExceptionDefSeqHelper

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

public final class ExceptionDefSeqHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, ExceptionDef[])
 o extract(Any)
 o id()
 o insert(Any, ExceptionDef[])
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             ExceptionDef that[])
 o __read
  public static ExceptionDef[] __read(InputStream in)
 o extract
  public static ExceptionDef[] extract(Any a)
 o insert
  public static void insert(Any a,
                            ExceptionDef that[])
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index