| org.apache.geronimo.transaction.manager.TransactionManagerImplGBean
TransactionManagerImplGBean | public class TransactionManagerImplGBean extends TransactionManagerImpl (Code) | | Simple implementation of a transaction manager. This does not include XATerminator or XAWork functionality:
use GeronimoTransactionManagerGBean if you need to import transactions.
version: $Rev: 584390 $ $Date: 2007-10-13 04:46:59 -0700 (Sat, 13 Oct 2007) $ |
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
Constructor Summary | |
public | TransactionManagerImplGBean(int defaultTransactionTimeoutSeconds, XidFactory xidFactory, TransactionLog transactionLog) |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
TransactionManagerImplGBean | public TransactionManagerImplGBean(int defaultTransactionTimeoutSeconds, XidFactory xidFactory, TransactionLog transactionLog) throws XAException(Code) | | TODO NOTE!!! this should be called in an unspecified transaction context, but we cannot enforce this restriction!
|
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
|
|