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