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