org.omg.CosTypedEventChannelAdmin

Class TypedProxyPullSupplierHelper

public class TypedProxyPullSupplierHelper extends Object

Helper class for : TypedProxyPullSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypedProxyPullSupplier value

id

public static String id()
Return the TypedProxyPullSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypedProxyPullSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedProxyPullSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed TypedProxyPullSupplier value

type

public static TypeCode type()
Return the TypedProxyPullSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedProxyPullSupplier Object

write

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

Parameters: ostream the output stream value TypedProxyPullSupplier value