org.omg.CosNotifyChannelAdmin
public class ProxyIDHelper extends Object
Method Summary | |
---|---|
static int | extract(Any a)
Extract ProxyID from an any
|
static String | id()
Return the ProxyID IDL ID |
static void | insert(Any a, int t)
Insert ProxyID into an any |
static int | read(InputStream istream)
Read ProxyID from a marshalled stream |
static TypeCode | type()
Return the ProxyID TypeCode |
static void | write(OutputStream ostream, int value)
Write ProxyID into a marshalled stream |
Parameters: a an any
Returns: the extracted ProxyID value
Returns: an ID
Parameters: a an any t ProxyID value
Parameters: istream the input stream
Returns: the readed ProxyID value
Returns: a TypeCode
Parameters: ostream the output stream value ProxyID value