Dashboard Builder Commons 6.0.0.Beta4

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

Packages that use ThreadProfile.LogEvent
org.jboss.dashboard.profiler   
 

Uses of ThreadProfile.LogEvent in org.jboss.dashboard.profiler
 

Subclasses of ThreadProfile.LogEvent in org.jboss.dashboard.profiler
static class ThreadProfile.CodeBlockBeginEvent
          The CodeBlockTrace begin event.
static class ThreadProfile.CodeBlockEndEvent
          The CodeBlockTrace end event.
static class ThreadProfile.Log4JEvent
          Class that holds events generated by the Log4j.
static class ThreadProfile.MessageEvent
          A simple event holding a message.
 

Fields in org.jboss.dashboard.profiler with type parameters of type ThreadProfile.LogEvent
protected  List<ThreadProfile.LogEvent> ThreadProfile.logEvents
          The thread's logs
 

Methods in org.jboss.dashboard.profiler that return types with arguments of type ThreadProfile.LogEvent
 List<ThreadProfile.LogEvent> ThreadProfile.getLogEvents(boolean includeCodeBlockEvents, boolean removeCodeBlocksWithoutLogs)
           
 

Methods in org.jboss.dashboard.profiler with parameters of type ThreadProfile.LogEvent
 void ThreadProfile.addLogEvent(ThreadProfile.LogEvent event)
           
 


Dashboard Builder Commons 6.0.0.Beta4

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