org.openorb.trader.persistence

Class ServiceTypeHomeHelper

public class ServiceTypeHomeHelper extends Object

Helper class for : ServiceTypeHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ServiceTypeHome value

id

public static String id()
Return the ServiceTypeHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ServiceTypeHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ServiceTypeHome Object

read

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

Parameters: istream the input stream

Returns: the readed ServiceTypeHome value

type

public static TypeCode type()
Return the ServiceTypeHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ServiceTypeHome Object

write

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

Parameters: ostream the output stream value ServiceTypeHome value