org.openorb.ir.persistence

Class ExceptionDefHomeHelper

public class ExceptionDefHomeHelper extends Object

Helper class for : ExceptionDefHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ExceptionDefHome value

id

public static String id()
Return the ExceptionDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ExceptionDefHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ExceptionDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed ExceptionDefHome value

type

public static TypeCode type()
Return the ExceptionDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ExceptionDefHome Object

write

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

Parameters: ostream the output stream value ExceptionDefHome value