org.omg.CosNotifyChannelAdmin

Class ProxyPushSupplierHelper

public class ProxyPushSupplierHelper extends Object

Helper class for : ProxyPushSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyPushSupplier value

id

public static String id()
Return the ProxyPushSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyPushSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxyPushSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed ProxyPushSupplier value

type

public static TypeCode type()
Return the ProxyPushSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxyPushSupplier Object

write

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

Parameters: ostream the output stream value ProxyPushSupplier value