com.metamatrix.common.connection
Class TransactionMgr

java.lang.Object
  extended by com.metamatrix.common.connection.TransactionMgr

public class TransactionMgr
extends java.lang.Object


Field Summary
static java.lang.String FACTORY
          The environment property name for the class that is to be used for the ManagedConnectionFactory implementation.
 
Constructor Summary
TransactionMgr(java.util.Properties properties, java.lang.String userName)
           
 
Method Summary
 TransactionInterface getReadTransaction()
           
 TransactionInterface getWriteTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY

public static final java.lang.String FACTORY
The environment property name for the class that is to be used for the ManagedConnectionFactory implementation. This property is required (there is no default).

See Also:
Constant Field Values
Constructor Detail

TransactionMgr

public TransactionMgr(java.util.Properties properties,
                      java.lang.String userName)
               throws ManagedConnectionException
Throws:
ManagedConnectionException
Method Detail

getReadTransaction

public TransactionInterface getReadTransaction()
                                        throws ManagedConnectionException
Throws:
ManagedConnectionException

getWriteTransaction

public TransactionInterface getWriteTransaction()
                                         throws ManagedConnectionException
Throws:
ManagedConnectionException


Copyright © 2009. All Rights Reserved.