All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.SequenceDefHelper

java.lang.Object
   |
   +----org.omg.CORBA.SequenceDefHelper

public abstract class SequenceDefHelper
extends Object

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


Constructor Index

 o SequenceDefHelper()

Method Index

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

Constructors

 o SequenceDefHelper
 public SequenceDefHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index