org.castor.transactionmanager
Class WebSphere51TransactionManagerFactory

java.lang.Object
  extended by org.castor.transactionmanager.AbstractTransactionManagerFactory
      extended by org.castor.transactionmanager.WebSphere51TransactionManagerFactory
All Implemented Interfaces:
TransactionManagerFactory

public final class WebSphere51TransactionManagerFactory
extends AbstractTransactionManagerFactory

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
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
WebSphere51TransactionManagerFactory()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

WebSphere51TransactionManagerFactory

public WebSphere51TransactionManagerFactory()
Method Detail

getFactoryClassName

public java.lang.String getFactoryClassName()
Get name of the factory class.

Specified by:
getFactoryClassName in class AbstractTransactionManagerFactory
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 class AbstractTransactionManagerFactory
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()


Copyright © 2011. All Rights Reserved.