Dashboard Builder Commons 6.2.0.CR3

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.
protected  ThreadLocal<ThreadProfile> Profiler.currentThreadProfile
          The thread profile for the current thread.
 

Methods in org.jboss.dashboard.profiler that return ThreadProfile
 ThreadProfile Profiler.beginThreadProfile()
           
 ThreadProfile Profiler.createThreadProfile()
           
 ThreadProfile Profiler.finishThreadProfile()
           
 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.removeThread(ThreadProfile tp)
           
 void CodeBlockTrace.setThreadProfile(ThreadProfile threadProfile)
           
 


Dashboard Builder Commons 6.2.0.CR3

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