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