All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ArrayDefHelper
java.lang.Object
|
+----org.omg.CORBA.ArrayDefHelper
- public abstract class ArrayDefHelper
- extends Object
- Java Class org.omg.CORBA.ArrayDefHelper
- Source File org/omg/CORBA/ArrayDefHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ArrayDef
- Repository Identifier IDL:omg.org/CORBA/ArrayDef:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface ArrayDef : ::CORBA::IDLType {
attribute unsigned long length;
readonly attribute TypeCode element_type;
attribute ::CORBA::IDLType element_type_def;
};
ArrayDefHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, ArrayDef)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, ArrayDef)
-
ArrayDefHelper
public ArrayDefHelper()
narrow
public static ArrayDef narrow(Object object)
bind
public static ArrayDef bind(ORB orb)
bind
public static ArrayDef bind(ORB orb,
String name)
bind
public static ArrayDef bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static ArrayDef read(InputStream _input)
write
public static void write(OutputStream _output,
ArrayDef value)
insert
public static void insert(Any any,
ArrayDef value)
extract
public static ArrayDef extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index