org.openorb.ir.persistence

Class ContainedHomeHelper

public class ContainedHomeHelper extends Object

Helper class for : ContainedHome

Author: OpenORB Compiler

Method Summary
static ContainedHomeextract(Any a)
Extract ContainedHome from an any
static Stringid()
Return the ContainedHome IDL ID
static voidinsert(Any a, ContainedHome t)
Insert ContainedHome into an any
static ContainedHomenarrow(Object obj)
Narrow CORBA::Object to ContainedHome
static ContainedHomeread(InputStream istream)
Read ContainedHome from a marshalled stream
static TypeCodetype()
Return the ContainedHome TypeCode
static ContainedHomeunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ContainedHome
static voidwrite(OutputStream ostream, ContainedHome value)
Write ContainedHome into a marshalled stream

Method Detail

extract

public static ContainedHome extract(Any a)
Extract ContainedHome from an any

Parameters: a an any

Returns: the extracted ContainedHome value

id

public static String id()
Return the ContainedHome IDL ID

Returns: an ID

insert

public static void insert(Any a, ContainedHome t)
Insert ContainedHome into an any

Parameters: a an any t ContainedHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ContainedHome Object

read

public static ContainedHome read(InputStream istream)
Read ContainedHome from a marshalled stream

Parameters: istream the input stream

Returns: the readed ContainedHome value

type

public static TypeCode type()
Return the ContainedHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ContainedHome Object

write

public static void write(OutputStream ostream, ContainedHome value)
Write ContainedHome into a marshalled stream

Parameters: ostream the output stream value ContainedHome value