org.omg.CosEventChannelAdmin

Class ProxyPullSupplierHelper

public class ProxyPullSupplierHelper extends Object

Helper class for : ProxyPullSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyPullSupplier value

id

public static String id()
Return the ProxyPullSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyPullSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxyPullSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed ProxyPullSupplier value

type

public static TypeCode type()
Return the ProxyPullSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxyPullSupplier Object

write

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

Parameters: ostream the output stream value ProxyPullSupplier value