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