|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionManagerFactory
A factory for properly acquiring javax.transaction.TransactionManager from J2EE containers. To provide an implementation for a specific J2EE container, implement this interface.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the short alias for this factory instance. |
javax.transaction.TransactionManager |
getTransactionManager(JdoConf jdoConf)
Acquires the appropriate javax.transaction.TransactionManager with the parameters from the given jdo configuration. |
Method Detail |
---|
java.lang.String getName()
javax.transaction.TransactionManager getTransactionManager(JdoConf jdoConf) throws TransactionManagerAcquireException
jdoConf
- The jdo configuration holding the parameters to set on the
transaction manager.
TransactionManagerAcquireException
- If any failure occures when loading
the transaction manager.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |