org.omg.CosNotifyComm

Class SequencePullSupplierHelper

public class SequencePullSupplierHelper extends Object

Helper class for : SequencePullSupplier

Author: OpenORB Compiler

Method Summary
static SequencePullSupplierextract(Any a)
Extract SequencePullSupplier from an any
static Stringid()
Return the SequencePullSupplier IDL ID
static voidinsert(Any a, SequencePullSupplier t)
Insert SequencePullSupplier into an any
static SequencePullSuppliernarrow(Object obj)
Narrow CORBA::Object to SequencePullSupplier
static SequencePullSupplierread(InputStream istream)
Read SequencePullSupplier from a marshalled stream
static TypeCodetype()
Return the SequencePullSupplier TypeCode
static SequencePullSupplierunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SequencePullSupplier
static voidwrite(OutputStream ostream, SequencePullSupplier value)
Write SequencePullSupplier into a marshalled stream

Method Detail

extract

public static SequencePullSupplier extract(Any a)
Extract SequencePullSupplier from an any

Parameters: a an any

Returns: the extracted SequencePullSupplier value

id

public static String id()
Return the SequencePullSupplier IDL ID

Returns: an ID

insert

public static void insert(Any a, SequencePullSupplier t)
Insert SequencePullSupplier into an any

Parameters: a an any t SequencePullSupplier value

narrow

public static SequencePullSupplier narrow(Object obj)
Narrow CORBA::Object to SequencePullSupplier

Parameters: obj the CORBA Object

Returns: SequencePullSupplier Object

read

public static SequencePullSupplier read(InputStream istream)
Read SequencePullSupplier from a marshalled stream

Parameters: istream the input stream

Returns: the readed SequencePullSupplier value

type

public static TypeCode type()
Return the SequencePullSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

public static SequencePullSupplier unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SequencePullSupplier

Parameters: obj the CORBA Object

Returns: SequencePullSupplier Object

write

public static void write(OutputStream ostream, SequencePullSupplier value)
Write SequencePullSupplier into a marshalled stream

Parameters: ostream the output stream value SequencePullSupplier value