org.openorb.notify.persistence

Class ProxySupplierHomeHelper

public class ProxySupplierHomeHelper extends Object

Helper class for : ProxySupplierHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxySupplierHome value

id

public static String id()
Return the ProxySupplierHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxySupplierHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxySupplierHome Object

read

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

Parameters: istream the input stream

Returns: the readed ProxySupplierHome value

type

public static TypeCode type()
Return the ProxySupplierHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxySupplierHome Object

write

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

Parameters: ostream the output stream value ProxySupplierHome value