org.openorb.trader.persistence
Class LinkHomeHelper

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

public class LinkHomeHelper
extends java.lang.Object

Helper class for : LinkHome

Author:
OpenORB Compiler

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

Constructor Detail

LinkHomeHelper

public LinkHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - LinkHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - LinkHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
LinkHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
LinkHome Object