Class MonitoringEventListener.MethodStats
java.lang.Object
org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.MethodStats
- Enclosing class:
MonitoringEventListener
Method statistics.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MethodStats
(ResourceMethod method, long startTime, long requestDuration) -
Method Summary
Modifier and TypeMethodDescription(package private) ResourceMethod
Get the resource method executed.Methods inherited from class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
getDuration, getStartTime
-
Field Details
-
method
-
-
Constructor Details
-
MethodStats
-
-
Method Details
-
getMethod
ResourceMethod getMethod()Get the resource method executed.- Returns:
- resource method.
-