Uses of Class
org.javasimon.proxy.DelegatingProxyFactory

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

Uses of DelegatingProxyFactory in org.javasimon.callback.async
 

Subclasses of DelegatingProxyFactory in org.javasimon.callback.async
 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 DelegatingProxyFactory in org.javasimon.proxy
 

Subclasses of DelegatingProxyFactory in org.javasimon.proxy
 class StopwatchProxyFactory<T>
          Stopwatch proxy factory can generate a proxy to wrap an existing class and monitor its performance.
 



Copyright © 2013. All Rights Reserved.