org.openorb.ir.persistence

Class IRObjectHomeHelper

public class IRObjectHomeHelper extends Object

Helper class for : IRObjectHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted IRObjectHome value

id

public static String id()
Return the IRObjectHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t IRObjectHome value

narrow

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

Parameters: obj the CORBA Object

Returns: IRObjectHome Object

read

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

Parameters: istream the input stream

Returns: the readed IRObjectHome value

type

public static TypeCode type()
Return the IRObjectHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: IRObjectHome Object

write

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

Parameters: ostream the output stream value IRObjectHome value