|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterceptorMBean
Interface containing common cache management operations
| Method Summary | |
|---|---|
java.util.Map |
dumpStatistics()
Returns a map of the cache interceptor's statistics Map elements consist of {String name, Object value} entries |
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 capturedjava.util.Map dumpStatistics()
void resetStatistics()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||