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