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