org.omg.CosNotifyFilter

Class FilterAdminHelper

public class FilterAdminHelper extends Object

Helper class for : FilterAdmin

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted FilterAdmin value

id

public static String id()
Return the FilterAdmin IDL ID

Returns: an ID

insert

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

Parameters: a an any t FilterAdmin value

narrow

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

Parameters: obj the CORBA Object

Returns: FilterAdmin Object

read

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

Parameters: istream the input stream

Returns: the readed FilterAdmin value

type

public static TypeCode type()
Return the FilterAdmin TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: FilterAdmin Object

write

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

Parameters: ostream the output stream value FilterAdmin value