Dashboard Builder Commons 6.2.0.Beta2

Uses of Interface
org.jboss.dashboard.profiler.CodeBlockType

Packages that use CodeBlockType
org.jboss.dashboard.database.hibernate   
org.jboss.dashboard.error Error management subsystem addressed to provide a common error management framework to the platform. 
org.jboss.dashboard.profiler   
 

Uses of CodeBlockType in org.jboss.dashboard.database.hibernate
 

Methods in org.jboss.dashboard.database.hibernate that return CodeBlockType
 CodeBlockType SQLStatementTrace.getType()
           
 

Uses of CodeBlockType in org.jboss.dashboard.error
 

Methods in org.jboss.dashboard.error that return CodeBlockType
 CodeBlockType ErrorTrace.getType()
           
 

Uses of CodeBlockType in org.jboss.dashboard.profiler
 

Fields in org.jboss.dashboard.profiler declared as CodeBlockType
static CodeBlockType CoreCodeBlockTypes.CONTROLLER_REQUEST
           
static CodeBlockType CoreCodeBlockTypes.CSV
           
static CodeBlockType CoreCodeBlockTypes.DATASET_BUILD
           
static CodeBlockType CoreCodeBlockTypes.DATASET_FILTER
           
static CodeBlockType CoreCodeBlockTypes.DATASET_LOAD
           
static CodeBlockType CoreCodeBlockTypes.ERROR
           
static CodeBlockType CoreCodeBlockTypes.JSP_FORMATTER
           
static CodeBlockType CoreCodeBlockTypes.JSP_PAGE
           
static CodeBlockType CoreCodeBlockTypes.PANEL_ACTION
           
static CodeBlockType CoreCodeBlockTypes.SCALAR_FUNCTION
           
static CodeBlockType CoreCodeBlockTypes.SQL
           
static CodeBlockType CoreCodeBlockTypes.THREAD
           
static CodeBlockType CoreCodeBlockTypes.TRANSACTION
           
static CodeBlockType CoreCodeBlockTypes.UI_COMPONENT
           
 

Fields in org.jboss.dashboard.profiler with type parameters of type CodeBlockType
protected  Set<CodeBlockType> CodeBlockTrace.ancestorTypes
           
 

Methods in org.jboss.dashboard.profiler that return CodeBlockType
abstract  CodeBlockType CodeBlockTrace.getType()
           
static CodeBlockType CodeBlockHelper.newCodeBlockType(String id, String description)
           
 

Methods in org.jboss.dashboard.profiler that return types with arguments of type CodeBlockType
 Set<CodeBlockType> CodeBlockTrace.getAncestorTypes()
           
 Map<CodeBlockType,CodeBlockTraces> CodeBlockTraces.groupByType()
           
 

Methods in org.jboss.dashboard.profiler with parameters of type CodeBlockType
 boolean ThreadProfile.containsCodeBlockType(CodeBlockType type)
           
 long CodeBlockTraces.getElapsedTimeMillis(CodeBlockType type, boolean excludeDescendants)
           
 boolean CodeBlockTrace.isDescendantOfType(CodeBlockType type)
           
static CodeBlockTrace CodeBlockHelper.newCodeBlockTrace(CodeBlockType type, String traceId, String traceDescr, Map<String,Object> traceContext)
           
 

Method parameters in org.jboss.dashboard.profiler with type arguments of type CodeBlockType
 void CodeBlockTrace.setAncestorTypes(Set<CodeBlockType> ancestorTypes)
           
 


Dashboard Builder Commons 6.2.0.Beta2

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