package
java.lang.instrument
Provides classes and interfaces needed for instrumenting applications.
more...
Interfaces
| ClassFileTransformer |
This interface must be implemented by types used to instrument classes as
they are loaded by a running VM. |
| Instrumentation |
Instances of this interface may be used by Java instrumentation agent code
for support in carrying out the runtime instrumentation of classes. |
Classes
| ClassDefinition |
Wraps a Class that is to be redefined together with the
byte array which constitutes the updated version of the class. |
Exceptions