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