org.omg.CosNotifyChannelAdmin

Class SequenceProxyPushSupplierHelper

public class SequenceProxyPushSupplierHelper extends Object

Helper class for : SequenceProxyPushSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted SequenceProxyPushSupplier value

id

public static String id()
Return the SequenceProxyPushSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t SequenceProxyPushSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: SequenceProxyPushSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed SequenceProxyPushSupplier value

type

public static TypeCode type()
Return the SequenceProxyPushSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: SequenceProxyPushSupplier Object

write

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

Parameters: ostream the output stream value SequenceProxyPushSupplier value