applis.ejb.perfs
Class Transaction

java.lang.Object
  |
  +--applis.ejb.perfs.Transaction

public class Transaction
extends java.lang.Object

A litlle class that helps clients to lookup UserTransaction. Indeed the InitialContext requires different properties if we are using David or RMI


Constructor Summary
Transaction()
           
 
Method Summary
static javax.transaction.UserTransaction getUserTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transaction

public Transaction()
Method Detail

getUserTransaction

public static javax.transaction.UserTransaction getUserTransaction()
                                                            throws javax.naming.NamingException