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