org.openorb.ir.persistence

Class InterfaceDefHomeHelper

public class InterfaceDefHomeHelper extends Object

Helper class for : InterfaceDefHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted InterfaceDefHome value

id

public static String id()
Return the InterfaceDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t InterfaceDefHome value

narrow

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

Parameters: obj the CORBA Object

Returns: InterfaceDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed InterfaceDefHome value

type

public static TypeCode type()
Return the InterfaceDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: InterfaceDefHome Object

write

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

Parameters: ostream the output stream value InterfaceDefHome value