All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ContextIdSeqHelper
java.lang.Object
|
+----org.omg.CORBA.ContextIdSeqHelper
- public abstract class ContextIdSeqHelper
- extends Object
- Java Class org.omg.CORBA.ContextIdSeqHelper
- Source File org/omg/CORBA/ContextIdSeqHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ContextIdSeq
- Repository Identifier IDL:omg.org/CORBA/ContextIdSeq:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<::CORBA::ContextIdentifier> ContextIdSeq;
ContextIdSeqHelper()
-
extract(Any)
-
id()
-
insert(Any, String[])
-
read(InputStream)
-
type()
-
write(OutputStream, String[])
-
ContextIdSeqHelper
public ContextIdSeqHelper()
read
public static String[] read(InputStream _input)
write
public static void write(OutputStream _output,
String[] value)
insert
public static void insert(Any any,
String[] value)
extract
public static String[] extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index