AbstractTransactionManagerFactory
, AtomikosTransactionManagerFactory
, JNDIENCTransactionManagerFactory
, JOTMTransactionManagerFactory
, LocalTransactionManagerFactory
, WebSphere51TransactionManagerFactory
, WebSphere5TransactionManagerFactory
, WebSphereTransactionManagerFactory
public interface TransactionManagerFactory
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Returns the short alias for this factory instance.
|
javax.transaction.TransactionManager |
getTransactionManager(java.util.Properties properties) |
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
|
java.lang.String getName()
javax.transaction.TransactionManager getTransactionManager(java.util.Properties properties) throws TransactionManagerAcquireException
properties
- The properties passed to the transaction manager.TransactionManagerAcquireException
- If any failure occured when loading
the transaction manager.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com