| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmxStatisticsExposer
Interface containing common cache management operations
| Method Summary | |
|---|---|
|  Map<String,Object> | dumpStatistics()Returns a map of the cache interceptor's statistics Map is keyed on statistic names (which are Strings) and values are Objects. | 
|  boolean | getStatisticsEnabled()Returns whether an interceptor's statistics are being captured. | 
|  void | resetStatistics()Resets an interceptor's cache statistics | 
|  void | setStatisticsEnabled(boolean enabled)Enables an interceptor's cache statistics If true, the interceptor will capture statistics and make them available through the mbean. | 
| Method Detail | 
|---|
boolean getStatisticsEnabled()
void setStatisticsEnabled(boolean enabled)
enabled - true if statistics should be capturedMap<String,Object> dumpStatistics()
void resetStatistics()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||