org.kuali.rice.krad.util
Class GlobalVariablesContextInvocationHandler

java.lang.Object
  extended by 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)

Constructor Summary
GlobalVariablesContextInvocationHandler(Object proxied)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalVariablesContextInvocationHandler

public GlobalVariablesContextInvocationHandler(Object proxied)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.