Uses of Interface
org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Packages that use InstrumentationProvider Package Description org.apache.openjpa.lib.instrumentation -
-
Uses of InstrumentationProvider in org.apache.openjpa.lib.instrumentation
Classes in org.apache.openjpa.lib.instrumentation that implement InstrumentationProvider Modifier and Type Class Description classAbstractInstrumentationProviderSpecialized instrumentation providers can extend this class to get basic provider state and capabilities.Methods in org.apache.openjpa.lib.instrumentation that return InstrumentationProvider Modifier and Type Method Description InstrumentationProviderAbstractInstrument. getProvider()InstrumentationProviderInstrument. getProvider()Gets the instrumentation provider for the instrument.Methods in org.apache.openjpa.lib.instrumentation with parameters of type InstrumentationProvider Modifier and Type Method Description voidAbstractInstrument. setProvider(InstrumentationProvider provider)voidInstrument. setProvider(InstrumentationProvider provider)Sets the instrumentation provider for the instrument.
-