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