| Interface | Description |
|---|---|
| Instrumenter |
TODO : javadoc
|
| Instrumenter.Options | |
| Logger |
Provides an abstraction for how instrumentation does logging because it is usually run in environments (Ant/Maven)
with their own logging infrastructure.
|
| Class | Description |
|---|---|
| AbstractInstrumenter |
Provides the basic templating of how instrumentation should occur.
|
| CGLIBInstrumenter |
Strategy for performing build-time instrumentation of persistent classes in order to enable
field-level interception using CGLIB.
|
| JavassistInstrumenter |
Strategy for performing build-time instrumentation of persistent classes in order to enable
field-level interception using Javassist.
|
| Exception | Description |
|---|---|
| ExecutionException |
Indicates problem performing the instrumentation execution.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved