Class AbstractDataCacheInstrument

java.lang.Object
org.apache.openjpa.lib.instrumentation.AbstractInstrument
org.apache.openjpa.instrumentation.AbstractDataCacheInstrument
All Implemented Interfaces:
DataCacheInstrument, Instrument
Direct Known Subclasses:
DataCacheJMXInstrument

public abstract class AbstractDataCacheInstrument extends AbstractInstrument implements DataCacheInstrument
Provides a basic instrument implementation wrapper for the data cache. This class can be extended to create a provider specific instrument for the data cache.