org.omg.CosNotifyChannelAdmin

Class ProxySupplierHelper

public class ProxySupplierHelper extends Object

Helper class for : ProxySupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxySupplier value

id

public static String id()
Return the ProxySupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxySupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxySupplier Object

read

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

Parameters: istream the input stream

Returns: the readed ProxySupplier value

type

public static TypeCode type()
Return the ProxySupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxySupplier Object

write

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

Parameters: ostream the output stream value ProxySupplier value