Package org.javasimon.proxy

Provides everything to wrap any class a Proxy generated with java.lang.reflect.

See:
          Description

Interface Summary
Delegating<T> Interface indicating that an object is wrapping another object.
 

Class Summary
DelegatingMethodInvocation<T> Proxy method invocation
DelegatingProxyFactory<T> Produces proxy that wrap and existing class using Proxy class.
ProxyStopwatchSource<T> Stopwatch source for use with proxy.
StopwatchProxyFactory<T> Stopwatch proxy factory can generate a proxy to wrap an existing class and monitor its performance.
 

Package org.javasimon.proxy Description

Provides everything to wrap any class a Proxy generated with java.lang.reflect. The main class of this package is org.javasimon.proxy.StopwatchProxy.



Copyright © 2013. All Rights Reserved.