|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.jdo.transactionmanager.spi.AbstractTransactionManagerFactory
public abstract class AbstractTransactionManagerFactory
An abstract factory for acquiring transactions from this J2EE container.
| Constructor Summary | |
|---|---|
AbstractTransactionManagerFactory()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getFactoryClassName()
Get name of the factory class. |
abstract java.lang.String |
getFactoryMethodName()
Get name of the factory method. |
javax.transaction.TransactionManager |
getTransactionManager(JdoConf jdoConf)
Acquires the appropriate javax.transaction.TransactionManager with the parameters from the given jdo configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.exolab.castor.jdo.transactionmanager.TransactionManagerFactory |
|---|
getName |
| Constructor Detail |
|---|
public AbstractTransactionManagerFactory()
| Method Detail |
|---|
public abstract java.lang.String getFactoryClassName()
public abstract java.lang.String getFactoryMethodName()
public final javax.transaction.TransactionManager getTransactionManager(JdoConf jdoConf)
throws TransactionManagerAcquireException
TransactionManagerFactory
getTransactionManager in interface TransactionManagerFactoryjdoConf - The jdo configuration holding the parameters to set on the
transaction manager.
TransactionManagerAcquireException - If any failure occures when loading
the transaction manager.#getTransactionManager(org.exolab.castor.jdo.conf.JdoConf)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||