org.defne.owb.interceptors
Class TransactionalInterceptor
java.lang.Object
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
|
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 |
TransactionalInterceptor
public TransactionalInterceptor()
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.