org.openorb.notify.persistence

Class FilterAdminHomeHelper

public class FilterAdminHomeHelper extends Object

Helper class for : FilterAdminHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted FilterAdminHome value

id

public static String id()
Return the FilterAdminHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t FilterAdminHome value

narrow

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

Parameters: obj the CORBA Object

Returns: FilterAdminHome Object

read

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

Parameters: istream the input stream

Returns: the readed FilterAdminHome value

type

public static TypeCode type()
Return the FilterAdminHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: FilterAdminHome Object

write

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

Parameters: ostream the output stream value FilterAdminHome value