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