org.openorb.ir.persistence

Class StructDefHomeHelper

public class StructDefHomeHelper extends Object

Helper class for : StructDefHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted StructDefHome value

id

public static String id()
Return the StructDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t StructDefHome value

narrow

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

Parameters: obj the CORBA Object

Returns: StructDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed StructDefHome value

type

public static TypeCode type()
Return the StructDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: StructDefHome Object

write

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

Parameters: ostream the output stream value StructDefHome value