Package org.jboss.resteasy.statistics
Class StatisticsControllerImpl
- java.lang.Object
 - 
- org.jboss.resteasy.statistics.StatisticsControllerImpl
 
 
- 
- All Implemented Interfaces:
 StatisticsController
public class StatisticsControllerImpl extends Object implements StatisticsController
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static MethodStatisticsLoggerEMPTY 
- 
Constructor Summary
Constructors Constructor Description StatisticsControllerImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(ResourceInvoker invoker)voidreset()voidsetEnabled(boolean b) 
 - 
 
- 
- 
Field Detail
- 
EMPTY
public static final MethodStatisticsLogger EMPTY
 
 - 
 
- 
Method Detail
- 
register
public void register(ResourceInvoker invoker)
- Specified by:
 registerin interfaceStatisticsController
 
- 
setEnabled
public void setEnabled(boolean b)
- Specified by:
 setEnabledin interfaceStatisticsController
 
- 
reset
public void reset()
- Specified by:
 resetin interfaceStatisticsController
 
 - 
 
 -