Uses of Class
org.javasimon.source.AbstractMethodStopwatchSource

Packages that use AbstractMethodStopwatchSource
org.javasimon.proxy Provides everything to wrap any class a Proxy generated with java.lang.reflect. 
org.javasimon.source MonitorSource is the interface used as function to transform execution context (method invocation, HTTP request...) into a Simon. 
 

Uses of AbstractMethodStopwatchSource in org.javasimon.proxy
 

Subclasses of AbstractMethodStopwatchSource in org.javasimon.proxy
 class ProxyStopwatchSource<T>
          Stopwatch source for use with proxy.
 

Uses of AbstractMethodStopwatchSource in org.javasimon.source
 

Methods in org.javasimon.source with parameters of type AbstractMethodStopwatchSource
static
<T> CachedStopwatchSource<T,Method>
AbstractMethodStopwatchSource.newCacheStopwatchSource(AbstractMethodStopwatchSource<T> stopwatchSource)
          Wraps given stopwatch source in a cache.
 



Copyright © 2013. All Rights Reserved.