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.javaee.reqreporter |
Package contains classes reporting slow HTTP requests - interface
RequestReporter and various (default) implementations. |
Modifier and Type | Method and Description |
---|---|
static RequestReporter |
SimonServletFilterUtils.initRequestReporter(javax.servlet.FilterConfig filterConfig)
Returns RequestReporter for the class specified for context parameter
SimonServletFilter.INIT_PARAM_REQUEST_REPORTER_CLASS . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestReporter
Reports significant splits (longer than 5% of the request) and list of all used stopwatches with their split counts.
|
class |
PlainRequestReporter
Reports the request with split lenght and list of all splits.
|
class |
StandardRequestReporter
Reports request to standard output (instead of Manager's message method) and omits less specific Simons from
output (for instance JDBC's next).
|
Copyright © 2019. All rights reserved.