org.kuali.rice.krad.util
Class GlobalVariablesContextInvocationHandler
java.lang.Object
org.kuali.rice.krad.util.GlobalVariablesContextInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class GlobalVariablesContextInvocationHandler
- extends Object
- implements InvocationHandler
A proxy invocationhandler that implements around advice which pushes a new GlobalVariables frame before
invocation and pops it after invocation.
- See Also:
GlobalVariables.doInNewGlobalVariables(java.util.concurrent.Callable)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalVariablesContextInvocationHandler
public GlobalVariablesContextInvocationHandler(Object proxied)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.