Uses of Interface
org.javasimon.proxy.Delegating

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

Uses of Delegating in org.javasimon.callback.async
 

Classes in org.javasimon.callback.async that implement Delegating
 class AsyncCallbackProxyFactory
          Callback factory, produces a callback wrapper to make any callback asynchronous.
 class ExecutorProxyFactory<T>
          Proxy factory which can be used make any class asynchronous.
 

Uses of Delegating in org.javasimon.proxy
 

Classes in org.javasimon.proxy that implement Delegating
 class DelegatingMethodInvocation<T>
          Proxy method invocation
 class DelegatingProxyFactory<T>
          Produces proxy that wrap and existing class using Proxy class.
 class StopwatchProxyFactory<T>
          Stopwatch proxy factory can generate a proxy to wrap an existing class and monitor its performance.
 



Copyright © 2013. All Rights Reserved.