org.openorb.trader.persistence
Class ProxyOfferHomeHelper

java.lang.Object
  extended by org.openorb.trader.persistence.ProxyOfferHomeHelper

public class ProxyOfferHomeHelper
extends java.lang.Object

Helper class for : ProxyOfferHome

Author:
OpenORB Compiler

Constructor Summary
ProxyOfferHomeHelper()
           
 
Method Summary
static ProxyOfferHome extract(org.omg.CORBA.Any a)
          Extract ProxyOfferHome from an any
static java.lang.String id()
          Return the ProxyOfferHome IDL ID
static void insert(org.omg.CORBA.Any a, ProxyOfferHome t)
          Insert ProxyOfferHome into an any
static ProxyOfferHome narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to ProxyOfferHome
static ProxyOfferHome read(org.omg.CORBA.portable.InputStream istream)
          Read ProxyOfferHome from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the ProxyOfferHome TypeCode
static ProxyOfferHome unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to ProxyOfferHome
static void write(org.omg.CORBA.portable.OutputStream ostream, ProxyOfferHome value)
          Write ProxyOfferHome into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyOfferHomeHelper

public ProxyOfferHomeHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ProxyOfferHome t)
Insert ProxyOfferHome into an any

Parameters:
a - an any
t - ProxyOfferHome value

extract

public static ProxyOfferHome extract(org.omg.CORBA.Any a)
Extract ProxyOfferHome from an any

Parameters:
a - an any
Returns:
the extracted ProxyOfferHome value

type

public static org.omg.CORBA.TypeCode type()
Return the ProxyOfferHome TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the ProxyOfferHome IDL ID

Returns:
an ID

read

public static ProxyOfferHome read(org.omg.CORBA.portable.InputStream istream)
Read ProxyOfferHome from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed ProxyOfferHome value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         ProxyOfferHome value)
Write ProxyOfferHome into a marshalled stream

Parameters:
ostream - the output stream
value - ProxyOfferHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyOfferHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyOfferHome Object