public final class WebSphere51TransactionManagerFactory extends AbstractTransactionManagerFactory
Modifier and Type | Field and Description |
---|---|
static String |
FACTORY_CLASS_NAME
Name of the IBM Websphere specific transaction manager factory class.
|
static String |
FACTORY_METHOD_NAME
Name of the method that is used upon the factory to have a TransactionManager
instance created.
|
static String |
NAME
The name of the factory.
|
Constructor and Description |
---|
WebSphere51TransactionManagerFactory() |
Modifier and Type | Method and Description |
---|---|
String |
getFactoryClassName()
Get name of the factory class.
|
String |
getFactoryMethodName()
Get name of the factory method.
|
String |
getName()
Returns the short alias for this factory instance.
|
getTransactionManager
public static final String FACTORY_CLASS_NAME
public static final String FACTORY_METHOD_NAME
public static final String NAME
public WebSphere51TransactionManagerFactory()
public String getFactoryClassName()
getFactoryClassName
in class AbstractTransactionManagerFactory
AbstractTransactionManagerFactory.getFactoryClassName()
public String getFactoryMethodName()
getFactoryMethodName
in class AbstractTransactionManagerFactory
AbstractTransactionManagerFactory.getFactoryMethodName()
public String getName()
TransactionManagerFactory.getName()
Copyright © 2016. All rights reserved.