Uses of Class
org.javasimon.proxy.DelegatingMethodInvocation

Packages that use DelegatingMethodInvocation
org.javasimon.callback.async   
org.javasimon.proxy Provides everything to wrap any class a Proxy generated with java.lang.reflect. 
 

Uses of DelegatingMethodInvocation in org.javasimon.callback.async
 

Methods in org.javasimon.callback.async with parameters of type DelegatingMethodInvocation
protected  Object AsyncCallbackProxyFactory.invoke(DelegatingMethodInvocation<Callback> delegatingMethodInvocation)
           
protected  Object ExecutorProxyFactory.invoke(DelegatingMethodInvocation<T> delegatingMethodInvocation)
           
 

Uses of DelegatingMethodInvocation in org.javasimon.proxy
 

Fields in org.javasimon.proxy with type parameters of type DelegatingMethodInvocation
private  StopwatchSource<DelegatingMethodInvocation<T>> StopwatchProxyFactory.stopwatchSource
          Stopwatch template.
 

Methods in org.javasimon.proxy with parameters of type DelegatingMethodInvocation
protected  String ProxyStopwatchSource.getMonitorName(DelegatingMethodInvocation<T> location)
           
protected  Class<?> ProxyStopwatchSource.getTargetClass(DelegatingMethodInvocation<T> location)
           
protected  Method ProxyStopwatchSource.getTargetMethod(DelegatingMethodInvocation<T> location)
           
protected  Object StopwatchProxyFactory.invoke(DelegatingMethodInvocation<T> methodInvocation)
          Invocation handler main method.
protected  Object DelegatingProxyFactory.invoke(DelegatingMethodInvocation<T> delegatingMethodInvocation)
          Method to override in child classes
 

Constructor parameters in org.javasimon.proxy with type arguments of type DelegatingMethodInvocation
StopwatchProxyFactory(T delegate, StopwatchSource<DelegatingMethodInvocation<T>> stopwatchSource)
          Constructor
 



Copyright © 2013. All Rights Reserved.