org.omg.CosTransactions
Class TransactionFactoryHelper

java.lang.Object
  |
  +--org.omg.CosTransactions.TransactionFactoryHelper

public class TransactionFactoryHelper
extends java.lang.Object

Helper class for : TransactionFactory

Author:
OpenORB Compiler

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

Constructor Detail

TransactionFactoryHelper

public TransactionFactoryHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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

narrow

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

unchecked_narrow

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