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