org.apache.openjpa.instrumentation.jmx
Interface QueryCacheJMXInstrumentMBean

All Superinterfaces:
QueryCacheInstrument
All Known Implementing Classes:
QueryCacheJMXInstrument

public interface QueryCacheJMXInstrumentMBean
extends QueryCacheInstrument

Simple MBean interface for providing instrumented query cache metrics and operations. Note: Simple MBeans require an MBean interface matching the supplied implementation class.


Method Summary
 
Methods inherited from interface org.apache.openjpa.instrumentation.QueryCacheInstrument
count, getEvictionCount, getExecutionCount, getExecutionCount, getHitCount, getHitCount, getTotalEvictionCount, getTotalExecutionCount, getTotalExecutionCount, getTotalHitCount, getTotalHitCount, queryKeys, reset, sinceDate, startDate
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.