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