Uses of Interface
org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Packages that use InstrumentationProvider Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.instrumentation org.apache.openjpa.instrumentation.jmx org.apache.openjpa.lib.instrumentation -
-
Uses of InstrumentationProvider in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return InstrumentationProvider Modifier and Type Method Description InstrumentationProvider[]
OpenJPAConfigurationImpl. getInstrumentationInstances()
-
Uses of InstrumentationProvider in org.apache.openjpa.instrumentation
Fields in org.apache.openjpa.instrumentation with type parameters of type InstrumentationProvider Modifier and Type Field Description java.util.Set<InstrumentationProvider>
InstrumentationManagerImpl. _providers
Methods in org.apache.openjpa.instrumentation that return types with arguments of type InstrumentationProvider Modifier and Type Method Description java.util.Set<InstrumentationProvider>
InstrumentationManager. getProviders()
Returns all providers managed by this manager.java.util.Set<InstrumentationProvider>
InstrumentationManagerImpl. getProviders()
Returns all providers as an unmodifiable setMethods in org.apache.openjpa.instrumentation with parameters of type InstrumentationProvider Modifier and Type Method Description void
InstrumentationManager. manageProvider(InstrumentationProvider provider)
Manage a given provider.void
InstrumentationManagerImpl. manageProvider(InstrumentationProvider provider)
Make a provider managed. -
Uses of InstrumentationProvider in org.apache.openjpa.instrumentation.jmx
Classes in org.apache.openjpa.instrumentation.jmx that implement InstrumentationProvider Modifier and Type Class Description class
JMXProvider
A simple MBean JMX instrumentation provider -
Uses of InstrumentationProvider in org.apache.openjpa.lib.instrumentation
Classes in org.apache.openjpa.lib.instrumentation that implement InstrumentationProvider Modifier and Type Class Description class
AbstractInstrumentationProvider
Specialized 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 InstrumentationProvider
AbstractInstrument. getProvider()
InstrumentationProvider
Instrument. 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 void
AbstractInstrument. setProvider(InstrumentationProvider provider)
void
Instrument. setProvider(InstrumentationProvider provider)
Sets the instrumentation provider for the instrument.
-