|
||||||||||
| 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 | |
|---|---|
String |
getName()
Returns the short alias for this factory instance. |
TransactionManager |
getTransactionManager(Properties properties)
Acquires the appropriate javax.transaction.TransactionManager with the given properties. |
| Method Detail |
|---|
String getName()
TransactionManager getTransactionManager(Properties properties)
throws TransactionManagerAcquireException
properties - The properties passed to the transaction manager.
TransactionManagerAcquireException - If any failure occured when loading
the transaction manager.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||