org.openorb.notify.persistence
Class ProxyConsumerHomeHelper

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

public class ProxyConsumerHomeHelper
extends java.lang.Object

Helper class for : ProxyConsumerHome

Author:
OpenORB Compiler

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

Constructor Detail

ProxyConsumerHomeHelper

public ProxyConsumerHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ProxyConsumerHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ProxyConsumerHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyConsumerHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyConsumerHome Object