org.omg.CosNotifyChannelAdmin

Class SequenceProxyPullSupplierHelper

public class SequenceProxyPullSupplierHelper extends Object

Helper class for : SequenceProxyPullSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted SequenceProxyPullSupplier value

id

public static String id()
Return the SequenceProxyPullSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t SequenceProxyPullSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: SequenceProxyPullSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed SequenceProxyPullSupplier value

type

public static TypeCode type()
Return the SequenceProxyPullSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: SequenceProxyPullSupplier Object

write

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

Parameters: ostream the output stream value SequenceProxyPullSupplier value