Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
CodeBlockType |
SQLStatementTrace.getType() |
Modifier and Type | Method and Description |
---|---|
CodeBlockType |
ErrorTrace.getType() |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected Set<CodeBlockType> |
CodeBlockTrace.ancestorTypes |
Modifier and Type | Method and Description |
---|---|
abstract CodeBlockType |
CodeBlockTrace.getType() |
static CodeBlockType |
CodeBlockHelper.newCodeBlockType(String id,
String description) |
Modifier and Type | Method and Description |
---|---|
Set<CodeBlockType> |
CodeBlockTrace.getAncestorTypes() |
Map<CodeBlockType,CodeBlockTraces> |
CodeBlockTraces.groupByType() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
CodeBlockTrace.setAncestorTypes(Set<CodeBlockType> ancestorTypes) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.