jp.sf.amateras.mirage.integration.guice
Class TransactionInterceptor

java.lang.Object
  extended by 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

Constructor Summary
TransactionInterceptor()
           
 
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
 

Constructor Detail

TransactionInterceptor

public TransactionInterceptor()
Method Detail

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.