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