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