org.eclipse.mat.snapshot.extension
Interface IRequestDetailsResolver
- All Known Implementing Classes:
- JettyRequestResolver
public interface IRequestDetailsResolver
The allows details about a local variable for a thread of a type understood
by this resolver to be interpreted and attached to the thread descrition.
The request might be a request into a web server, and the resolver could
extract the URL etc.
complement
void complement(ISnapshot snapshot,
IThreadInfo thread,
int[] javaLocals,
int thisJavaLocal,
IProgressListener listener)
throws SnapshotException
- Add extra details
- Parameters:
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 errors
- Throws:
SnapshotException