org.openorb.trader.persistence

Class ProxyOfferHomeHelper

public class ProxyOfferHomeHelper extends Object

Helper class for : ProxyOfferHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyOfferHome value

id

public static String id()
Return the ProxyOfferHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyOfferHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxyOfferHome Object

read

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

Parameters: istream the input stream

Returns: the readed ProxyOfferHome value

type

public static TypeCode type()
Return the ProxyOfferHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxyOfferHome Object

write

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

Parameters: ostream the output stream value ProxyOfferHome value