All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.DynSequenceHelper

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

public abstract class DynSequenceHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface DynSequence : ::CORBA::DynAny {
attribute unsigned long length;
::CORBA::AnySeq get_elements();
void set_elements(
in ::CORBA::AnySeq value
)
raises(
::CORBA::DynAny::InvalidSeq
);
};


Constructor Index

 o DynSequenceHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, DynSequence)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, DynSequence)

Constructors

 o DynSequenceHelper
public DynSequenceHelper()

Methods

 o narrow
public static DynSequence narrow(Object object)
 o read
public static DynSequence read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         DynSequence value)
 o insert
public static void insert(Any any,
                          DynSequence value)
 o extract
public static DynSequence extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index