|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.dtfj.ThreadDetailsResolver
public class ThreadDetailsResolver
Use DTFJ to extract extra information about a thread.
Constructor Summary | |
---|---|
ThreadDetailsResolver()
Create a DTFJ thread details resolver. |
Method Summary | |
---|---|
void |
complementDeep(IThreadInfo thread,
IProgressListener listener)
Add detailed DTFJ information, including native thread stack. |
void |
complementShallow(IThreadInfo thread,
IProgressListener listener)
Add basic DTFJ information. |
Column[] |
getColumns()
The columns that can be extracted via DTFJ |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadDetailsResolver()
Method Detail |
---|
public Column[] getColumns()
getColumns
in interface IThreadDetailsResolver
public void complementShallow(IThreadInfo thread, IProgressListener listener) throws SnapshotException
complementShallow
in interface IThreadDetailsResolver
thread
- to extract the information from and to attach the informationlistener
- to log progress and report errors
SnapshotException
public void complementDeep(IThreadInfo thread, IProgressListener listener) throws SnapshotException
complementDeep
in interface IThreadDetailsResolver
thread
- to extract the information from and to attach the informationlistener
- to log progress and report errors
SnapshotException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |