Class StatisticsControllerImpl
java.lang.Object
org.jboss.resteasy.statistics.StatisticsControllerImpl
- All Implemented Interfaces:
StatisticsController
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(ResourceInvoker invoker) void
reset()
void
setEnabled
(boolean b)
-
Field Details
-
EMPTY
-
-
Constructor Details
-
StatisticsControllerImpl
public StatisticsControllerImpl()
-
-
Method Details
-
register
- Specified by:
register
in interfaceStatisticsController
-
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabled
in interfaceStatisticsController
-
reset
public void reset()- Specified by:
reset
in interfaceStatisticsController
-