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