Package org.castor.transactionmanager
Class WebSphere51TransactionManagerFactory
java.lang.Object
org.castor.transactionmanager.AbstractTransactionManagerFactory
org.castor.transactionmanager.WebSphere51TransactionManagerFactory
- All Implemented Interfaces:
TransactionManagerFactory
An IBM Websphere 5.1 specific factory for acquiring transactions from
this 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet name of the factory class.Get name of the factory method.getName()
Returns the short alias for this factory instance.Methods inherited from class org.castor.transactionmanager.AbstractTransactionManagerFactory
getTransactionManager
-
Field Details
-
FACTORY_CLASS_NAME
Name of the IBM Websphere specific transaction manager factory class.- See Also:
-
FACTORY_METHOD_NAME
Name of the method that is used upon the factory to have a TransactionManager instance created.- See Also:
-
NAME
The name of the factory.- See Also:
-
-
Constructor Details
-
WebSphere51TransactionManagerFactory
public WebSphere51TransactionManagerFactory()
-
-
Method Details
-
getFactoryClassName
Get name of the factory class.- Specified by:
getFactoryClassName
in classAbstractTransactionManagerFactory
- Returns:
- Name of the factory class.
- See Also:
-
getFactoryMethodName
Get name of the factory method.- Specified by:
getFactoryMethodName
in classAbstractTransactionManagerFactory
- Returns:
- Name of the factory method.
- See Also:
-
getName
Returns the short alias for this factory instance.- Returns:
- The short alias name.
- See Also:
-