See: Description
Interface | Description |
---|---|
ApplicationEvent |
An event informing about application lifecycle changes.
|
ApplicationEventListener |
Jersey specific provider that listens to
application events . |
ApplicationInfo |
Monitoring configuration of an application.
|
ApplicationMXBean |
Application MX Bean.
|
DestroyListener |
A listener contract that allows any registered implementation class to receive application destroy events.
|
ExceptionMapperMXBean |
MXBean interface of the
exception mapper statistics. |
ExceptionMapperStatistics |
Monitoring statistics of
exception mapper executions. |
ExecutionStatistics |
Monitoring statistics of execution of one target.
|
MonitoringStatistics |
Monitoring statistics return statistic information about application run like number of requests received,
duration of request processing, number of successfully processed requests, statistical information about
execution of methods and resources, information about matching.
|
MonitoringStatisticsListener |
A Jersey specific provider that listens to monitoring statistics.
|
RequestEvent |
An event informing about details of a request processing.
|
RequestEventListener |
Non-registrable provider that listens to
request events . |
ResourceMethodMXBean |
MXBean interface of resource method MXBeans.
|
ResourceMethodStatistics |
Monitoring statistics an of an execution of the resource method.
|
ResourceMXBean |
MXBean interface of resource MXBeans.
|
ResourceStatistics |
Monitoring statistics of the resource.
|
ResponseMXBean |
MXBean interface of response MXBean.
|
ResponseStatistics |
Monitoring statistics of responses produced by application.
|
TimeWindowStatistics |
Monitoring statistics of execution of any target (resource, resource method, application).
|
Enum | Description |
---|---|
ApplicationEvent.Type |
The type of the event that identifies on which lifecycle change the event is triggered.
|
RequestEvent.ExceptionCause |
Describes the origin of the exception.
|
RequestEvent.Type |
The type of the event which describes in which request processing phase the event
is triggered.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.