org.openorb.notify.persistence
public class FilterAdminHomeHelper extends Object
Method Summary | |
---|---|
static FilterAdminHome | extract(Any a)
Extract FilterAdminHome from an any
|
static String | id()
Return the FilterAdminHome IDL ID |
static void | insert(Any a, FilterAdminHome t)
Insert FilterAdminHome into an any |
static FilterAdminHome | narrow(Object obj)
Narrow CORBA::Object to FilterAdminHome |
static FilterAdminHome | read(InputStream istream)
Read FilterAdminHome from a marshalled stream |
static TypeCode | type()
Return the FilterAdminHome TypeCode |
static FilterAdminHome | unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to FilterAdminHome |
static void | write(OutputStream ostream, FilterAdminHome value)
Write FilterAdminHome into a marshalled stream |
Parameters: a an any
Returns: the extracted FilterAdminHome value
Returns: an ID
Parameters: a an any t FilterAdminHome value
Parameters: obj the CORBA Object
Returns: FilterAdminHome Object
Parameters: istream the input stream
Returns: the readed FilterAdminHome value
Returns: a TypeCode
Parameters: obj the CORBA Object
Returns: FilterAdminHome Object
Parameters: ostream the output stream value FilterAdminHome value