org.omg.CosPersistentState
Class TransactionalSessionHelper

java.lang.Object
  |
  +--org.omg.CosPersistentState.TransactionalSessionHelper

public class TransactionalSessionHelper
extends java.lang.Object

Helper class for : TransactionalSession

Author:
OpenORB Compiler

Constructor Summary
TransactionalSessionHelper()
           
 
Method Summary
static TransactionalSession extract(org.omg.CORBA.Any a)
          Extract TransactionalSession from an any
static java.lang.String id()
          Return the TransactionalSession IDL ID
static void insert(org.omg.CORBA.Any a, TransactionalSession t)
          Insert TransactionalSession into an any
static TransactionalSession narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to TransactionalSession
static TransactionalSession read(org.omg.CORBA.portable.InputStream istream)
          Read TransactionalSession from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the TransactionalSession TypeCode
static TransactionalSession unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to TransactionalSession
static void write(org.omg.CORBA.portable.OutputStream ostream, TransactionalSession value)
          Write TransactionalSession into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalSessionHelper

public TransactionalSessionHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          TransactionalSession t)
Insert TransactionalSession into an any
Parameters:
a - an any
t - TransactionalSession value

extract

public static TransactionalSession extract(org.omg.CORBA.Any a)
Extract TransactionalSession from an any
Parameters:
a - an any
Returns:
the extracted TransactionalSession value

type

public static org.omg.CORBA.TypeCode type()
Return the TransactionalSession TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the TransactionalSession IDL ID
Returns:
an ID

read

public static TransactionalSession read(org.omg.CORBA.portable.InputStream istream)
Read TransactionalSession from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed TransactionalSession value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         TransactionalSession value)
Write TransactionalSession into a marshalled stream
Parameters:
ostream - the output stream
value - TransactionalSession value

narrow

public static TransactionalSession narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to TransactionalSession
Parameters:
obj - the CORBA Object
Returns:
TransactionalSession Object

unchecked_narrow

public static TransactionalSession unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to TransactionalSession
Parameters:
obj - the CORBA Object
Returns:
TransactionalSession Object