org.omg.CosNotifyComm

Class SequencePushSupplierHelper

public class SequencePushSupplierHelper extends Object

Helper class for : SequencePushSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted SequencePushSupplier value

id

public static String id()
Return the SequencePushSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t SequencePushSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: SequencePushSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed SequencePushSupplier value

type

public static TypeCode type()
Return the SequencePushSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: SequencePushSupplier Object

write

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

Parameters: ostream the output stream value SequencePushSupplier value