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