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