com.atlassian.sal.core.transaction
Class NoOpTransactionTemplate

java.lang.Object
  extended by com.atlassian.sal.core.transaction.NoOpTransactionTemplate
All Implemented Interfaces:
TransactionTemplate

public class NoOpTransactionTemplate
extends Object
implements TransactionTemplate

This provides a default implementation that doesn't actually run the action in a transaction at all. This can be used in applications such as JIRA which don't support transactions.


Constructor Summary
NoOpTransactionTemplate()
           
 
Method Summary
 Object execute(TransactionCallback action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpTransactionTemplate

public NoOpTransactionTemplate()
Method Detail

execute

public Object execute(TransactionCallback action)
Specified by:
execute in interface TransactionTemplate


Copyright © 2011 Atlassian. All Rights Reserved.