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