Class ThreadInfoQuery
- java.lang.Object
-
- org.eclipse.mat.inspections.threads.ThreadInfoQuery
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThreadInfoQuery.Result
-
Field Summary
Fields Modifier and Type Field Description ISnapshot
snapshot
IHeapObjectArgument
threadIds
-
Constructor Summary
Constructors Constructor Description ThreadInfoQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadInfoQuery.Result
execute(IProgressListener listener)
The execute method is called after all arguments have been injected into the query instance.
-
-
-
Field Detail
-
snapshot
public ISnapshot snapshot
-
threadIds
public IHeapObjectArgument threadIds
-
-
Method Detail
-
execute
public ThreadInfoQuery.Result execute(IProgressListener listener) throws Exception
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.
-
-