public interface TransactionManagerFactory
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the short alias for this factory instance.
|
TransactionManager |
getTransactionManager(Properties properties)
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
|
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.Copyright © 2018. All rights reserved.