org.kuali.rice.ken.util
Class TracingTransactionInterceptor
java.lang.Object
org.kuali.rice.ken.util.TracingTransactionInterceptor
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class TracingTransactionInterceptor
- extends Object
- implements org.aopalliance.intercept.MethodInterceptor
Interceptor implementation that simply logs the JTA transaction status
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TracingTransactionInterceptor
public TracingTransactionInterceptor()
setLevel
public void setLevel(String lvl)
- Parameters:
lvl
-
setJtaTransactionManager
public void setJtaTransactionManager(org.springframework.transaction.jta.JtaTransactionManager manager)
- Parameters:
manager
-
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws Throwable
- Specified by:
invoke
in interface org.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable
- See Also:
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.