org.openorb.trader.persistence

Class LinkHomeHelper

public class LinkHomeHelper extends Object

Helper class for : LinkHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted LinkHome value

id

public static String id()
Return the LinkHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t LinkHome value

narrow

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

Parameters: obj the CORBA Object

Returns: LinkHome Object

read

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

Parameters: istream the input stream

Returns: the readed LinkHome value

type

public static TypeCode type()
Return the LinkHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: LinkHome Object

write

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

Parameters: ostream the output stream value LinkHome value