Package | Description |
---|---|
org.javasimon.javaee |
Java EE support for Simons contains Java EE components (servlet filter and EJB/CDI interceptor) that can be used or extended.
|
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. |
org.javasimon.spring |
Support classes to automatically monitor Spring beans with the
Monitored annotation. |
org.javasimon.spring.webmvc |
MonitoringHandlerInterceptor is a Spring MVC interceptor which can be used to monitor
time spent in Controller and View. |
Modifier and Type | Class and Description |
---|---|
class |
HttpStopwatchSource
Provide stopwatch source for HTTP Servlet request.
|
class |
MethodStopwatchSource
Provide stopwatch source for EJB and CDI invocation context.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyStopwatchSource<T>
Stopwatch source for use with proxy.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StopwatchSource<L>
Stopwatch source is source that uses
Stopwatch as the monitor type. |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
CachedMonitorSource(MonitorSource<L,M> delegate)
Constructor with real
MonitorSource . |
Modifier and Type | Class and Description |
---|---|
class |
SpringStopwatchSource
Monitor source providing stopwatches from Spring AOP method invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerStopwatchSource
Stopwatch source for Spring MVC handlers.
|
Copyright © 2019. All rights reserved.