All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ExceptionDefSeqHelper
java.lang.Object
|
+----org.omg.CORBA.ExceptionDefSeqHelper
- public abstract class ExceptionDefSeqHelper
- extends Object
- Java Class org.omg.CORBA.ExceptionDefSeqHelper
- Source File org/omg/CORBA/ExceptionDefSeqHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ExceptionDefSeq
- Repository Identifier IDL:omg.org/CORBA/ExceptionDefSeq:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<::CORBA::ExceptionDef> ExceptionDefSeq;
ExceptionDefSeqHelper()
-
extract(Any)
-
id()
-
insert(Any, ExceptionDef[])
-
read(InputStream)
-
type()
-
write(OutputStream, ExceptionDef[])
-
ExceptionDefSeqHelper
public ExceptionDefSeqHelper()
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