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

IDL definition:
interface ArrayDef : ::CORBA::IDLType {
attribute unsigned long length;
readonly attribute TypeCode element_type;
attribute ::CORBA::IDLType element_type_def;
};


Constructor Index

 o ArrayDefHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, ArrayDef)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, ArrayDef)

Constructors

 o ArrayDefHelper
 public ArrayDefHelper()

Methods

 o narrow
 public static ArrayDef narrow(Object object)
 o bind
 public static ArrayDef bind(ORB orb)
 o bind
 public static ArrayDef bind(ORB orb,
                             String name)
 o bind
 public static ArrayDef bind(ORB orb,
                             String name,
                             String host,
                             BindOptions options)
 o read
 public static ArrayDef read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          ArrayDef value)
 o insert
 public static void insert(Any any,
                           ArrayDef value)
 o extract
 public static ArrayDef extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index