Uses of Interface
org.javasimon.source.MonitorSource

Packages that use MonitorSource
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 MonitorSource in org.javasimon.proxy
 

Classes in org.javasimon.proxy that implement MonitorSource
 class ProxyStopwatchSource<T>
          Stopwatch source for use with proxy.
 

Uses of MonitorSource in org.javasimon.source
 

Subinterfaces of MonitorSource in org.javasimon.source
 interface StopwatchSource<L>
          Stopwatch source is source that uses Stopwatch as the monitor type.
 

Classes in org.javasimon.source that implement MonitorSource
 class AbstractMethodStopwatchSource<T>
          Base class for Stopwatch sources working on method locations.
 class AbstractStopwatchSource<T>
          Base implementation for MonitorSource producings stopwatches.
 class CachedMonitorSource<L,M extends Simon,K>
          Monitor source playing the role of cache for delegate monitor source.
 class CachedStopwatchSource<L,K>
          Cached sources using Stopwatch as monitors.
 class DisabledMonitorSource<L,M extends Simon>
          Disabled monitor source.
 class DisabledStopwatchSource<L>
          Disabled stopwatch source.
 

Fields in org.javasimon.source declared as MonitorSource
private  MonitorSource<L,M> CachedMonitorSource.delegate
          Real monitor source.
 

Constructors in org.javasimon.source with parameters of type MonitorSource
CachedMonitorSource(MonitorSource<L,M> delegate)
          Constructor with real MonitorSource.
 



Copyright © 2013. All Rights Reserved.