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 | Class and Description |
---|---|
class |
AbstractMethodStopwatchSource<T>
Base class for Stopwatch sources working on method locations.
|
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.