| Interface | Description |
|---|---|
| Log | |
| Retransform.ClassLoadListener | |
| SuspendableClassifier |
| Class | Description |
|---|---|
| CheckInstrumentationVisitor |
Check if a class contains suspendable methods.
|
| Classes |
This class contains hard-coded values with the names of the classes and methods relevant for instrumentation.
|
| DefaultSuspendableClassifier | |
| FindAnnotatedMethods | |
| InstrumentationTask |
Instrumentation ANT task
|
| InstrumentationTask.WorkListEntry | |
| InstrumentationTKB | |
| JavaAgent | |
| MethodDatabase |
Collects information about classes and their suspendable methods.
|
| MethodDatabase.ClassEntry | |
| MethodDatabase.ExtractSuperClass | |
| OldSuspendablesScanner | |
| QuasarInstrumentor | |
| QuasarURLClassLoader | |
| QuasarURLClassLoaderHelper | |
| Retransform | |
| SimpleSuspendableClassifier | |
| SuspendableHelper | |
| SuspendablesScanner |
| Enum | Description |
|---|---|
| LogLevel | |
| MethodDatabase.SuspendableType |
| Exception | Description |
|---|---|
| UnableToInstrumentException |
This exception is thrown when an unsupported construct was found in a class
that must be instrumented for suspension.
|
| Annotation Type | Description |
|---|---|
| DontInstrument |
Marks a method as suspendable.
|