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