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
static class MonitoringEventListener.MethodStats extends MonitoringEventListener.TimeStats
Method statistics.
-
-
Field Summary
Fields Modifier and Type Field Description private ResourceMethod
method
-
Constructor Summary
Constructors Modifier Constructor Description private
MethodStats(ResourceMethod method, long startTime, long requestDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ResourceMethod
getMethod()
Get the resource method executed.-
Methods inherited from class org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
getDuration, getStartTime
-
-
-
-
Field Detail
-
method
private final ResourceMethod method
-
-
Constructor Detail
-
MethodStats
private MethodStats(ResourceMethod method, long startTime, long requestDuration)
-
-
Method Detail
-
getMethod
ResourceMethod getMethod()
Get the resource method executed.- Returns:
- resource method.
-
-