Class org.omg.CORBA.SequenceDefHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.SequenceDefHelper

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

public final class SequenceDefHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, SequenceDef)
 o _is_a(Object)
 o extract(Any)
 o id()
 o insert(Any, SequenceDef)
 o narrow(Object)
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             SequenceDef that)
 o __read
  public static SequenceDef __read(InputStream in)
 o extract
  public static SequenceDef extract(Any a)
 o insert
  public static void insert(Any a,
                            SequenceDef that)
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()
 o _is_a
  public static boolean _is_a(Object that)
 o narrow
  public static SequenceDef narrow(Object that) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index