Dashboard Builder Commons 6.0.0.Final

Uses of Class
org.jboss.dashboard.profiler.ThreadProfile

Packages that use ThreadProfile
org.jboss.dashboard.profiler   
 

Uses of ThreadProfile in org.jboss.dashboard.profiler
 

Fields in org.jboss.dashboard.profiler with type parameters of type ThreadProfile
protected  List<ThreadProfile> Profiler.activeThreads
          Current active threads
protected  List<ThreadProfile> Profiler.completedThreads
          Completed threads that exceed the max. time expected.
 

Methods in org.jboss.dashboard.profiler that return ThreadProfile
 ThreadProfile Profiler.beginThreadProfile()
           
 ThreadProfile Profiler.createThreadProfile()
           
 ThreadProfile Profiler.getCurrentThreadProfile()
           
 ThreadProfile CodeBlockTrace.getThreadProfile()
           
 ThreadProfile Profiler.getThreadProfile(int hash)
           
 

Methods in org.jboss.dashboard.profiler that return types with arguments of type ThreadProfile
 List<ThreadProfile> Profiler.getActiveThreads()
           
 List<ThreadProfile> Profiler.getAllThreads()
           
 List<ThreadProfile> Profiler.getCompletedThreads()
           
 List<ThreadProfile> Profiler.getFilteredThreads()
           
 

Methods in org.jboss.dashboard.profiler with parameters of type ThreadProfile
protected  StringBuffer Profiler.appendThreadContext(StringBuffer buffer, ThreadProfile tp)
           
 void Profiler.finishThreadProfile(ThreadProfile t)
           
 void Profiler.removeThread(ThreadProfile tp)
           
 void CodeBlockTrace.setThreadProfile(ThreadProfile threadProfile)
           
 


Dashboard Builder Commons 6.0.0.Final

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.