org.defne.owb.interceptors
Class TransactionalInterceptor

java.lang.Object
  extended by org.defne.owb.interceptors.TransactionalInterceptor

@Interceptor
public class TransactionalInterceptor
extends Object

Transactional interceptor for handling the transactional logic around business method calls.

Version:
$Id$
Author:
gurkanerdogdu

Constructor Summary
TransactionalInterceptor()
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext invocationContext)
          Pre-method called actions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalInterceptor

public TransactionalInterceptor()
Method Detail

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext invocationContext)
                    throws Exception
Pre-method called actions.

Parameters:
invocationContext - invocation context
Returns:
the result
Throws:
Exception - for exception


Copyright © 2010 MechSoft Mechanical and Software Solutions. All Rights Reserved.