Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.instrumentation | |
org.apache.openjpa.instrumentation.jmx | |
org.apache.openjpa.lib.instrumentation |
Modifier and Type | Method and Description |
---|---|
InstrumentationProvider[] |
OpenJPAConfigurationImpl.getInstrumentationInstances() |
Modifier and Type | Field and Description |
---|---|
Set<InstrumentationProvider> |
InstrumentationManagerImpl._providers |
Modifier and Type | Method and Description |
---|---|
Set<InstrumentationProvider> |
InstrumentationManagerImpl.getProviders()
Returns all providers as an unmodifiable set
|
Set<InstrumentationProvider> |
InstrumentationManager.getProviders()
Returns all providers managed by this manager.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationManagerImpl.manageProvider(InstrumentationProvider provider)
Make a provider managed.
|
void |
InstrumentationManager.manageProvider(InstrumentationProvider provider)
Manage a given provider.
|
Modifier and Type | Class and Description |
---|---|
class |
JMXProvider
A simple MBean JMX instrumentation provider
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInstrumentationProvider
Specialized instrumentation providers can extend this class to get basic
provider state and capabilities.
|
Modifier and Type | Method and Description |
---|---|
InstrumentationProvider |
AbstractInstrument.getProvider() |
InstrumentationProvider |
Instrument.getProvider()
Gets the instrumentation provider for the instrument.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInstrument.setProvider(InstrumentationProvider provider) |
void |
Instrument.setProvider(InstrumentationProvider provider)
Sets the instrumentation provider for the instrument.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.