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