org.openorb.notify.persistence

Class FilterHomeHelper

public class FilterHomeHelper extends Object

Helper class for : FilterHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted FilterHome value

id

public static String id()
Return the FilterHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t FilterHome value

narrow

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

Parameters: obj the CORBA Object

Returns: FilterHome Object

read

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

Parameters: istream the input stream

Returns: the readed FilterHome value

type

public static TypeCode type()
Return the FilterHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: FilterHome Object

write

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

Parameters: ostream the output stream value FilterHome value