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