org.jboss.cache.transaction
Class BatchModeTransactionManagerLookup

java.lang.Object
  extended by org.jboss.cache.transaction.BatchModeTransactionManagerLookup
All Implemented Interfaces:
TransactionManagerLookup

Deprecated. Use batching API on Cache instead.

@Deprecated
public class BatchModeTransactionManagerLookup
extends Object
implements TransactionManagerLookup

Returns an instance of BatchModeTransactionManager.

Version:
$Id: BatchModeTransactionManagerLookup.java 7168 2008-11-19 17:37:20Z jason.greene@jboss.com $
Author:
Bela Ban Sept 5 2003

Constructor Summary
BatchModeTransactionManagerLookup()
          Deprecated.  
 
Method Summary
 TransactionManager getTransactionManager()
          Deprecated. Returns a new TransactionManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchModeTransactionManagerLookup

public BatchModeTransactionManagerLookup()
Deprecated. 
Method Detail

getTransactionManager

public TransactionManager getTransactionManager()
                                         throws Exception
Deprecated. 
Description copied from interface: TransactionManagerLookup
Returns a new TransactionManager.

Specified by:
getTransactionManager in interface TransactionManagerLookup
Throws:
Exception - if lookup failed


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.