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