jp.sf.amateras.mirage.integration.guice
Class TransactionInterceptor
java.lang.Object
jp.sf.amateras.mirage.integration.guice.TransactionInterceptor
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class TransactionInterceptor
- extends Object
- implements org.aopalliance.intercept.MethodInterceptor
An interceptor to control transaction.
- Author:
- Naoki Takezoe
- See Also:
Transactional
|
Method Summary |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionInterceptor
public TransactionInterceptor()
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws Throwable
- Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable
Copyright © 2010-2012 Project Amateras. All Rights Reserved.