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