|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstrumentationLevel | |
|---|---|
| org.apache.openjpa.lib.instrumentation | |
| Uses of InstrumentationLevel in org.apache.openjpa.lib.instrumentation |
|---|
| Methods in org.apache.openjpa.lib.instrumentation that return InstrumentationLevel | |
|---|---|
InstrumentationLevel |
AbstractInstrument.getLevel()
|
InstrumentationLevel |
Instrument.getLevel()
Gets the instrumentation level of this instrument. |
static InstrumentationLevel |
InstrumentationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InstrumentationLevel[] |
InstrumentationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.openjpa.lib.instrumentation with parameters of type InstrumentationLevel | |
|---|---|
void |
AbstractInstrumentationProvider.startInstruments(InstrumentationLevel level,
Object context)
|
void |
InstrumentationProvider.startInstruments(InstrumentationLevel level,
Object context)
Starts all instruments of the specified instrumentation level and context. |
void |
AbstractInstrumentationProvider.stopInstruments(InstrumentationLevel level,
Object context)
|
void |
InstrumentationProvider.stopInstruments(InstrumentationLevel level,
Object context)
Stops all instruments of the specified instrumentation level and context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||