org.nuiton.web.struts2.interceptor
Class TopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler
java.lang.Object
org.nuiton.web.struts2.interceptor.TopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- TopiaTransactionInterceptor
public class TopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler
- extends Object
- implements InvocationHandler
Handler of a proxy on a TopiaContext.
- See Also:
TopiaTransactionInterceptor.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.
TopiaTransactionInterceptor.TopiaTransactionProxyInvocationHandler
public TopiaTransactionInterceptor.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-2011 CodeLutin. All Rights Reserved.