org.openorb.notify.persistence

Class MappingFilterHomeHelper

public class MappingFilterHomeHelper extends Object

Helper class for : MappingFilterHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted MappingFilterHome value

id

public static String id()
Return the MappingFilterHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t MappingFilterHome value

narrow

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

Parameters: obj the CORBA Object

Returns: MappingFilterHome Object

read

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

Parameters: istream the input stream

Returns: the readed MappingFilterHome value

type

public static TypeCode type()
Return the MappingFilterHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: MappingFilterHome Object

write

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

Parameters: ostream the output stream value MappingFilterHome value