org.openorb.ir.persistence

Class OperationDefHomeHelper

public class OperationDefHomeHelper extends Object

Helper class for : OperationDefHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted OperationDefHome value

id

public static String id()
Return the OperationDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t OperationDefHome value

narrow

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

Parameters: obj the CORBA Object

Returns: OperationDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed OperationDefHome value

type

public static TypeCode type()
Return the OperationDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: OperationDefHome Object

write

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

Parameters: ostream the output stream value OperationDefHome value