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