org.openorb.notify.persistence
Class ProxySupplierHomeHelper

java.lang.Object
  extended by org.openorb.notify.persistence.ProxySupplierHomeHelper

public class ProxySupplierHomeHelper
extends java.lang.Object

Helper class for : ProxySupplierHome

Author:
OpenORB Compiler

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

Constructor Detail

ProxySupplierHomeHelper

public ProxySupplierHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ProxySupplierHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ProxySupplierHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxySupplierHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxySupplierHome Object