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