![]() |
|
Contents |
Classes | |
| class | ClassDefinition |
| Wraps a java.lang.Class that is to be redefined together with the byte array which constitutes the updated version of the class. More... | |
| interface | ClassFileTransformer |
| This interface must be implemented by types used to instrument classes as they are loaded by a running VM. More... | |
| class | IllegalClassFormatException |
| This exception may be thrown from implementations of the method java.lang.instrument.ClassFileTransformer#transform when the class file bytes supplied to it are found to be corrupted or otherwise in a format which does not adhere to the expected Java class file format. More... | |
| interface | Instrumentation |
| Instances of this interface may be used by Java instrumentation agent code for support in carrying out the runtime instrumentation of classes. More... | |
| class | UnmodifiableClassException |
| This exception may be thrown from implementations of the method java.lang.instrument.Instrumentation#redefineClasses when one of the desired class redefinition operations cannot be carried out. More... | |