Package | Description |
---|---|
net.sf.jiapi.reflect.util |
Utilities to be used with Jiapi.
|
Modifier and Type | Method and Description |
---|---|
List<InstrumentationDescriptor> |
InstrumentationContext.getDescriptors()
Get a List of
InstrumentationDescriptor s added to this
context. |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationContext.addInstrumentationDescriptor(InstrumentationDescriptor id)
Adds an instrumentation descriptor to this context.
|
Constructor and Description |
---|
HotSpotAdvisor(InstrumentationDescriptor id,
HotSpotAdvice advice,
byte hotSpot)
Creates new HotSpotAdvisor.
|
HotSpotAdvisor(InstrumentationDescriptor id,
HotSpotAdvice advice,
byte[] hotSpots)
Creates new HotSpotAdvisor.
|
HotSpotAdvisor(InstrumentationDescriptor id,
HotSpotAdvice advice,
byte[] hotSpots,
String resolution)
Creates new HotSpotAdvisor.
|
Copyright © 2017. All rights reserved.