Package org.javasimon.source

MonitorSource is the interface used as function to transform execution context (method invocation, HTTP request...) into a Simon.

See:
          Description

Interface Summary
MonitorSource<L,M extends Simon> Monitor source provides monitors (Simons) for a specific name.
StopwatchSource<L> Stopwatch source is source that uses Stopwatch as the monitor type.
 

Class Summary
AbstractMethodStopwatchSource<T> Base class for Stopwatch sources working on method locations.
AbstractStopwatchSource<T> Base implementation for MonitorSource producings stopwatches.
CachedMonitorSource<L,M extends Simon,K> Monitor source playing the role of cache for delegate monitor source.
CachedMonitorSource.MonitorInformation Monitor/location information.
CachedStopwatchSource<L,K> Cached sources using Stopwatch as monitors.
DisabledMonitorSource<L,M extends Simon> Disabled monitor source.
DisabledStopwatchSource<L> Disabled stopwatch source.
 

Package org.javasimon.source Description

MonitorSource is the interface used as function to transform execution context (method invocation, HTTP request...) into a Simon. Following subtypes are provided:



Copyright © 2013. All Rights Reserved.