TransactionManagerFactory
WebSphere51TransactionManagerFactory
, WebSphere5TransactionManagerFactory
, WebSphereTransactionManagerFactory
public abstract class AbstractTransactionManagerFactory extends java.lang.Object implements TransactionManagerFactory
Constructor | Description |
---|---|
AbstractTransactionManagerFactory() |
Modifier and Type | Method | Description |
---|---|---|
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(java.util.Properties properties) |
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public abstract java.lang.String getFactoryClassName()
public abstract java.lang.String getFactoryMethodName()
public final javax.transaction.TransactionManager getTransactionManager(java.util.Properties properties) throws TransactionManagerAcquireException
getTransactionManager
in interface TransactionManagerFactory
properties
- The properties passed to the transaction manager.TransactionManagerAcquireException
- If any failure occured when loading
the transaction manager.TransactionManagerFactory.getTransactionManager(
java.util.Properties)
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com