com.atlassian.xwork.interceptors
Class TestXWorkTransactionInterceptor.RollBackAction

java.lang.Object
  extended by com.atlassian.xwork.interceptors.TestXWorkTransactionInterceptor.RollBackAction
All Implemented Interfaces:
com.opensymphony.xwork.Action
Enclosing class:
TestXWorkTransactionInterceptor

public static class TestXWorkTransactionInterceptor.RollBackAction
extends Object
implements com.opensymphony.xwork.Action


Field Summary
static org.springframework.transaction.TransactionStatus transactionStatus
           
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
TestXWorkTransactionInterceptor.RollBackAction()
           
 
Method Summary
 String execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionStatus

public static org.springframework.transaction.TransactionStatus transactionStatus
Constructor Detail

TestXWorkTransactionInterceptor.RollBackAction

public TestXWorkTransactionInterceptor.RollBackAction()
Method Detail

execute

public String execute()
               throws Exception
Specified by:
execute in interface com.opensymphony.xwork.Action
Throws:
Exception


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.