com.atlassian.crowd.console.interceptor
Class CrowdXWorkTransactionInterceptor
java.lang.Object
com.atlassian.xwork.interceptors.XWorkTransactionInterceptor
com.atlassian.crowd.console.interceptor.CrowdXWorkTransactionInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork.interceptor.Interceptor, Serializable
public class CrowdXWorkTransactionInterceptor
- extends com.atlassian.xwork.interceptors.XWorkTransactionInterceptor
An interceptor that wraps the action execution in a single Hibernate transaction.
- See Also:
- Serialized Form
Method Summary |
org.springframework.transaction.PlatformTransactionManager |
getTransactionManager()
|
protected boolean |
shouldIntercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
|
Methods inherited from class com.atlassian.xwork.interceptors.XWorkTransactionInterceptor |
currentTransactionStatus, destroy, init, intercept |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrowdXWorkTransactionInterceptor
public CrowdXWorkTransactionInterceptor()
getTransactionManager
public org.springframework.transaction.PlatformTransactionManager getTransactionManager()
- Specified by:
getTransactionManager
in class com.atlassian.xwork.interceptors.XWorkTransactionInterceptor
shouldIntercept
protected boolean shouldIntercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
- Specified by:
shouldIntercept
in class com.atlassian.xwork.interceptors.XWorkTransactionInterceptor
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.