public interface IRequestDetailsResolver
org.eclipse.mat.api.requestResolver
extension point.
Implementations of this interface should be tagged with the Subject
or
Subjects
annotation to specify the types of objects
in the dump they describe.Modifier and Type | Method and Description |
---|---|
void |
complement(ISnapshot snapshot,
IThreadInfo thread,
int[] javaLocals,
int thisJavaLocal,
IProgressListener listener)
Add extra details
|
void complement(ISnapshot snapshot, IThreadInfo thread, int[] javaLocals, int thisJavaLocal, IProgressListener listener) throws SnapshotException
snapshot
- the whole dumpthread
- the thread processing the requestjavaLocals
- all the local variables, as idsthisJavaLocal
- this particular object, as an idlistener
- to show progress and log errorsSnapshotException