org.nuiton.web.struts2.interceptor
Class OpenTopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler
java.lang.Object
org.nuiton.web.struts2.interceptor.OpenTopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- OpenTopiaTransactionInterceptor
public class OpenTopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler
- extends Object
- implements InvocationHandler
Handler of a proxy on a TopiaContext.
- See Also:
OpenTopiaTransactionInterceptor.excludeMethods
|
Field Summary |
protected org.nuiton.topia.TopiaContext |
transaction
Target to use for the proxy. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transaction
protected org.nuiton.topia.TopiaContext transaction
- Target to use for the proxy.
OpenTopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler
public OpenTopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler()
getTransaction
public org.nuiton.topia.TopiaContext getTransaction()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2010-2012 CodeLutin. All Rights Reserved.