org.openorb.ots

Class SessionManagerHelper

public class SessionManagerHelper extends Object

Helper class for : SessionManager

Author: OpenORB Compiler

Method Summary
static SessionManagerextract(Any a)
Extract SessionManager from an any
static Stringid()
Return the SessionManager IDL ID
static voidinsert(Any a, SessionManager t)
Insert SessionManager into an any
static SessionManagernarrow(Object obj)
Narrow CORBA::Object to SessionManager
static SessionManagerread(InputStream istream)
Read SessionManager from a marshalled stream
static TypeCodetype()
Return the SessionManager TypeCode
static SessionManagerunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SessionManager
static voidwrite(OutputStream ostream, SessionManager value)
Write SessionManager into a marshalled stream

Method Detail

extract

public static SessionManager extract(Any a)
Extract SessionManager from an any

Parameters: a an any

Returns: the extracted SessionManager value

id

public static String id()
Return the SessionManager IDL ID

Returns: an ID

insert

public static void insert(Any a, SessionManager t)
Insert SessionManager into an any

Parameters: a an any t SessionManager value

narrow

public static SessionManager narrow(Object obj)
Narrow CORBA::Object to SessionManager

Parameters: obj the CORBA Object

Returns: SessionManager Object

read

public static SessionManager read(InputStream istream)
Read SessionManager from a marshalled stream

Parameters: istream the input stream

Returns: the readed SessionManager value

type

public static TypeCode type()
Return the SessionManager TypeCode

Returns: a TypeCode

unchecked_narrow

public static SessionManager unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SessionManager

Parameters: obj the CORBA Object

Returns: SessionManager Object

write

public static void write(OutputStream ostream, SessionManager value)
Write SessionManager into a marshalled stream

Parameters: ostream the output stream value SessionManager value