All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ContainedSeqHelper

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

public abstract class ContainedSeqHelper
extends Object

IDL definition:
typedef sequence<::CORBA::Contained> ContainedSeq;


Constructor Index

 o ContainedSeqHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, Contained[])
 o read(InputStream)
 o type()
 o write(OutputStream, Contained[])

Constructors

 o ContainedSeqHelper
 public ContainedSeqHelper()

Methods

 o read
 public static Contained[] read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          Contained value[])
 o insert
 public static void insert(Any any,
                           Contained value[])
 o extract
 public static Contained[] extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index