org.omg.CosTypedNotifyChannelAdmin

Class TypedProxyPushSupplierHelper

public class TypedProxyPushSupplierHelper extends Object

Helper class for : TypedProxyPushSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypedProxyPushSupplier value

id

public static String id()
Return the TypedProxyPushSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypedProxyPushSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedProxyPushSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed TypedProxyPushSupplier value

type

public static TypeCode type()
Return the TypedProxyPushSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedProxyPushSupplier Object

write

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

Parameters: ostream the output stream value TypedProxyPushSupplier value