Package org.castor.transactionmanager
Class WebSphereTransactionManagerFactory
- java.lang.Object
-
- org.castor.transactionmanager.AbstractTransactionManagerFactory
-
- org.castor.transactionmanager.WebSphereTransactionManagerFactory
-
- All Implemented Interfaces:
TransactionManagerFactory
public final class WebSphereTransactionManagerFactory extends AbstractTransactionManagerFactory
An IBM Websphere 4 and prior specific factory for acquiring transactions from this particular J2EE container.- Since:
- 1.0
- Version:
- $Revision: 6907 $ $Date: 2006-04-13 10:49:49 -0600 (Thu, 13 Apr 2006) $
- Author:
- Bruce Snyder, Werner Guttmann, Ralf Joachim
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FACTORY_CLASS_NAME
Name of the IBM Websphere specific transaction manager factory class.static java.lang.String
FACTORY_METHOD_NAME
Name of the method that is used upon the factory to have a TransactionManager instance created.static java.lang.String
NAME
The name of the factory.
-
Constructor Summary
Constructors Constructor Description WebSphereTransactionManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFactoryClassName()
Get name of the factory class.java.lang.String
getFactoryMethodName()
Get name of the factory method.java.lang.String
getName()
Returns the short alias for this factory instance.-
Methods inherited from class org.castor.transactionmanager.AbstractTransactionManagerFactory
getTransactionManager
-
-
-
-
Field Detail
-
FACTORY_CLASS_NAME
public static final java.lang.String FACTORY_CLASS_NAME
Name of the IBM Websphere specific transaction manager factory class.- See Also:
- Constant Field Values
-
FACTORY_METHOD_NAME
public static final java.lang.String FACTORY_METHOD_NAME
Name of the method that is used upon the factory to have a TransactionManager instance created.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
The name of the factory.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFactoryClassName
public java.lang.String getFactoryClassName()
Get name of the factory class.- Specified by:
getFactoryClassName
in classAbstractTransactionManagerFactory
- Returns:
- Name of the factory class.
- See Also:
AbstractTransactionManagerFactory.getFactoryClassName()
-
getFactoryMethodName
public java.lang.String getFactoryMethodName()
Get name of the factory method.- Specified by:
getFactoryMethodName
in classAbstractTransactionManagerFactory
- Returns:
- Name of the factory method.
- See Also:
AbstractTransactionManagerFactory.getFactoryMethodName()
-
getName
public java.lang.String getName()
Returns the short alias for this factory instance.- Returns:
- The short alias name.
- See Also:
TransactionManagerFactory.getName()
-
-