org.openorb.ir.persistence

Class ContainerHomeHelper

public class ContainerHomeHelper extends Object

Helper class for : ContainerHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ContainerHome value

id

public static String id()
Return the ContainerHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ContainerHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ContainerHome Object

read

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

Parameters: istream the input stream

Returns: the readed ContainerHome value

type

public static TypeCode type()
Return the ContainerHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ContainerHome Object

write

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

Parameters: ostream the output stream value ContainerHome value