org.openorb.ir.persistence
Class ContainedHomeHelper

java.lang.Object
  extended by org.openorb.ir.persistence.ContainedHomeHelper

public class ContainedHomeHelper
extends java.lang.Object

Helper class for : ContainedHome

Author:
OpenORB Compiler

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

Constructor Detail

ContainedHomeHelper

public ContainedHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ContainedHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ContainedHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ContainedHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ContainedHome Object