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