Class JettyRequestResolver
java.lang.Object
org.eclipse.mat.inspections.jetty.JettyRequestResolver
- All Implemented Interfaces:
IRequestDetailsResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complement
(ISnapshot snapshot, IThreadInfo thread, int[] javaLocals, int thisJavaLocal, IProgressListener listener) Add extra details
-
Constructor Details
-
JettyRequestResolver
public JettyRequestResolver()
-
-
Method Details
-
complement
public void complement(ISnapshot snapshot, IThreadInfo thread, int[] javaLocals, int thisJavaLocal, IProgressListener listener) throws SnapshotException Description copied from interface:IRequestDetailsResolver
Add extra details- Specified by:
complement
in interfaceIRequestDetailsResolver
- 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
-