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