org.omg.CosNotifyFilter

Class FilterHelper

public class FilterHelper extends Object

Helper class for : Filter

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Filter value

id

public static String id()
Return the Filter IDL ID

Returns: an ID

insert

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

Parameters: a an any t Filter value

narrow

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

Parameters: obj the CORBA Object

Returns: Filter Object

read

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

Parameters: istream the input stream

Returns: the readed Filter value

type

public static TypeCode type()
Return the Filter TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: Filter Object

write

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

Parameters: ostream the output stream value Filter value