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