org.apache.geronimo.transaction
Class GeronimoTransactionManager

java.lang.Object
  extended byorg.apache.geronimo.transaction.TransactionManagerProxy
      extended byorg.apache.geronimo.transaction.GeronimoTransactionManager
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle, TransactionManager, javax.resource.spi.XATerminator, XAWork

public class GeronimoTransactionManager
extends TransactionManagerProxy

Class to set up the standard objects for a geronimo transaction manager.

Version:
$Revision: 1.3 $ $Date: 2004/07/15 03:25:36 $

Nested Class Summary
 
Nested classes inherited from class org.apache.geronimo.transaction.TransactionManagerProxy
TransactionManagerProxy.ConstructorParams
 
Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
GeronimoTransactionManager(TransactionLog transactionLog, Collection resourceManagers)
           
 
Method Summary
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 
Methods inherited from class org.apache.geronimo.transaction.TransactionManagerProxy
begin, begin, commit, commit, doFail, doStart, doStop, end, forget, getStatus, getTransaction, prepare, recover, resume, rollback, rollback, setRollbackOnly, setTransactionTimeout, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

GeronimoTransactionManager

public GeronimoTransactionManager(TransactionLog transactionLog,
                                  Collection resourceManagers)
Method Detail

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.