Uses of Interface
org.apache.openjpa.lib.instrumentation.Instrument
- 
Packages that use Instrument Package Description org.apache.openjpa.instrumentation org.apache.openjpa.instrumentation.jmx org.apache.openjpa.lib.instrumentation  - 
- 
Uses of Instrument in org.apache.openjpa.instrumentation
Classes in org.apache.openjpa.instrumentation that implement Instrument Modifier and Type Class Description classAbstractDataCacheInstrumentProvides a basic instrument implementation wrapper for the data cache.classAbstractPreparedQueryCacheInstrumentProvides a basic instrument implementation wrapper for the prepared query cache.classAbstractQueryCacheInstrumentProvides a basic instrument implementation wrapper for the query cache. - 
Uses of Instrument in org.apache.openjpa.instrumentation.jmx
Subinterfaces of Instrument in org.apache.openjpa.instrumentation.jmx Modifier and Type Interface Description interfaceJMXInstrumentInterface for JMX-specific instrumentsClasses in org.apache.openjpa.instrumentation.jmx that implement Instrument Modifier and Type Class Description classDataCacheJMXInstrumentA JMX-specific instrument for the data cacheclassPreparedQueryCacheJMXInstrumentA JMX-specific instrument for the query cacheclassQueryCacheJMXInstrumentA JMX-specific instrument for the query cacheMethods in org.apache.openjpa.instrumentation.jmx with parameters of type Instrument Modifier and Type Method Description voidJMXProvider. startInstrument(Instrument instrument)Start an instrument.voidJMXProvider. stopInstrument(Instrument instrument, boolean force)Stop an instrument. - 
Uses of Instrument in org.apache.openjpa.lib.instrumentation
Classes in org.apache.openjpa.lib.instrumentation that implement Instrument Modifier and Type Class Description classAbstractInstrumentProvides a base for creating instruments.Methods in org.apache.openjpa.lib.instrumentation that return Instrument Modifier and Type Method Description InstrumentAbstractInstrumentationProvider. getInstrumentByName(String name)InstrumentInstrumentationProvider. getInstrumentByName(String name)Returns an instrument instrumented by this provider by nameMethods in org.apache.openjpa.lib.instrumentation that return types with arguments of type Instrument Modifier and Type Method Description Set<Instrument>AbstractInstrumentationProvider. getInstruments()Set<Instrument>InstrumentationProvider. getInstruments()Gets all instruments instrumented by this providerMethods in org.apache.openjpa.lib.instrumentation with parameters of type Instrument Modifier and Type Method Description voidAbstractInstrumentationProvider. addInstrument(Instrument instrument)voidInstrumentationProvider. addInstrument(Instrument instrument)Adds an instrument to this providers list of managed instruments.voidAbstractInstrumentationProvider. initializeInstrument(Instrument instrument, Object context)voidAbstractInstrumentationProvider. initializeInstrument(Instrument instrument, String options, Object context)voidInstrumentationProvider. initializeInstrument(Instrument instrument, Object context)Initializes an instrument within the provided context.voidInstrumentationProvider. initializeInstrument(Instrument instrument, String options, Object context)Initializes an instrument within the provided options and context.voidInstrumentationProvider. startInstrument(Instrument instrument)Starts an instrumentvoidAbstractInstrumentationProvider. stopInstrument(Instrument instrument)voidInstrumentationProvider. stopInstrument(Instrument instrument)Stops an instrumentvoidInstrumentationProvider. stopInstrument(Instrument instrument, boolean force)Stops an instrument, forcing the stop, if necessary. 
 -