org.castor.transactionmanager

Class LocalTransactionManagerFactory

public final class LocalTransactionManagerFactory extends Object implements TransactionManagerFactory

Default transaction manager when Castor is used in standalone mode, in other words not within a J2EE container.

Version: $Revision: 5951 $ $Date: 2006-04-13 10:49:49 -0600 (Thu, 13 Apr 2006) $ since 1.0

Author: Bruce Snyder Werner Guttmann Ralf Joachim

Field Summary
static TransactionManagerMANAGER
The dummy transaction manager that always will be returned.
static StringNAME
The name of the factory.
Method Summary
StringgetName()
TransactionManagergetTransactionManager(Properties properties)

Field Detail

MANAGER

public static final TransactionManager MANAGER
The dummy transaction manager that always will be returned.

NAME

public static final String NAME
The name of the factory.

Method Detail

getName

public String getName()
{@inheritDoc }

See Also: getName

getTransactionManager

public TransactionManager getTransactionManager(Properties properties)
{@inheritDoc }

See Also: #getTransactionManager(java.util.Properties)

Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com