org.omg.CosTransactions
public class RecoveryCoordinatorHelper extends Object
Method Summary | |
---|---|
static RecoveryCoordinator | extract(Any a)
Extract RecoveryCoordinator from an any
|
static String | id()
Return the RecoveryCoordinator IDL ID |
static void | insert(Any a, RecoveryCoordinator t)
Insert RecoveryCoordinator into an any |
static RecoveryCoordinator | narrow(Object obj)
Narrow CORBA::Object to RecoveryCoordinator |
static RecoveryCoordinator | read(InputStream istream)
Read RecoveryCoordinator from a marshalled stream |
static TypeCode | type()
Return the RecoveryCoordinator TypeCode |
static RecoveryCoordinator | unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to RecoveryCoordinator |
static void | write(OutputStream ostream, RecoveryCoordinator value)
Write RecoveryCoordinator into a marshalled stream |
Parameters: a an any
Returns: the extracted RecoveryCoordinator value
Returns: an ID
Parameters: a an any t RecoveryCoordinator value
Parameters: obj the CORBA Object
Returns: RecoveryCoordinator Object
Parameters: istream the input stream
Returns: the readed RecoveryCoordinator value
Returns: a TypeCode
Parameters: obj the CORBA Object
Returns: RecoveryCoordinator Object
Parameters: ostream the output stream value RecoveryCoordinator value