org.slim3.container.interceptor
Class RequiresNewInterceptor

java.lang.Object
  extended by org.slim3.container.interceptor.AbstractTransactionInterceptor
      extended by org.slim3.container.interceptor.RequiresNewInterceptor

public class RequiresNewInterceptor
extends AbstractTransactionInterceptor

The interceptor for REQUIRES_NEW transaction attribute.

Author:
higa

Field Summary
 
Fields inherited from class org.slim3.container.interceptor.AbstractTransactionInterceptor
transactionController
 
Constructor Summary
RequiresNewInterceptor()
           
 
Method Summary
 Object invoke(InvocationContext invocationContext)
          Intercepts a method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiresNewInterceptor

public RequiresNewInterceptor()
Method Detail

invoke

public Object invoke(InvocationContext invocationContext)
              throws Exception
Intercepts a method.

Parameters:
invocationContext - the invocation context
Returns:
the result
Throws:
Exception - if an exception is encountered


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.