|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StopwatchSource | |
|---|---|
| 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 StopwatchSource in org.javasimon.proxy |
|---|
| Classes in org.javasimon.proxy that implement StopwatchSource | |
|---|---|
class |
ProxyStopwatchSource<T>
Stopwatch source for use with proxy. |
| Fields in org.javasimon.proxy declared as StopwatchSource | |
|---|---|
private StopwatchSource<DelegatingMethodInvocation<T>> |
StopwatchProxyFactory.stopwatchSource
Stopwatch template. |
| Constructors in org.javasimon.proxy with parameters of type StopwatchSource | |
|---|---|
StopwatchProxyFactory(T delegate,
StopwatchSource<DelegatingMethodInvocation<T>> stopwatchSource)
Constructor |
|
| Uses of StopwatchSource in org.javasimon.source |
|---|
| Classes in org.javasimon.source that implement StopwatchSource | |
|---|---|
class |
AbstractMethodStopwatchSource<T>
Base class for Stopwatch sources working on method locations. |
class |
AbstractStopwatchSource<T>
Base implementation for MonitorSource producings stopwatches. |
class |
CachedStopwatchSource<L,K>
Cached sources using Stopwatch as monitors. |
class |
DisabledStopwatchSource<L>
Disabled stopwatch source. |
| Constructors in org.javasimon.source with parameters of type StopwatchSource | |
|---|---|
CachedStopwatchSource(StopwatchSource<L> delegate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||