org.eclipse.mat.inspections.threads
Class ThreadInfoQuery.Result

java.lang.Object
  extended by org.eclipse.mat.report.Spec
      extended by org.eclipse.mat.report.SectionSpec
          extended by org.eclipse.mat.inspections.threads.ThreadInfoQuery.Result
All Implemented Interfaces:
IResult
Enclosing class:
ThreadInfoQuery

public static class ThreadInfoQuery.Result
extends SectionSpec


Method Summary
 List<IThreadInfo> getThreads()
           
 
Methods inherited from class org.eclipse.mat.report.SectionSpec
add, getChildren, getStatus, merge, setStatus
 
Methods inherited from class org.eclipse.mat.report.Spec
getName, getParams, getResultMetaData, getTemplate, putAll, set, setName, setTemplate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getThreads

public List<IThreadInfo> getThreads()