org.jboss.cache
Class BatchModeTransactionManagerLookup
java.lang.Object
org.jboss.cache.BatchModeTransactionManagerLookup
- All Implemented Interfaces:
- TransactionManagerLookup
- public class BatchModeTransactionManagerLookup
- extends Object
- implements TransactionManagerLookup
Returns an instance of DummyTransactionManager, used by standalone cache.
- Version:
- $Id: BatchModeTransactionManagerLookup.java,v 1.1.2.2 2005/04/06 21:07:10 starksm Exp $
- Author:
- Bela Ban Sept 5 2003
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchModeTransactionManagerLookup
public BatchModeTransactionManagerLookup()
getTransactionManager
public TransactionManager getTransactionManager()
throws Exception
- Specified by:
getTransactionManager
in interface TransactionManagerLookup
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.