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