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