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

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

All Packages Class Hierarchy This Package Previous Next Index