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