Package | Description |
---|---|
org.jboss.dashboard | |
org.jboss.dashboard.annotation.config | |
org.jboss.dashboard.commons.security.password | |
org.jboss.dashboard.database | |
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 | |
org.jboss.dashboard.profiler.memory | |
org.jboss.dashboard.scheduler |
Modifier and Type | Field and Description |
---|---|
protected String |
LocaleManager.defaultLocaleId
The default localeId.
|
protected String[] |
LocaleManager.installedLocaleIds
The list of locales supported.
|
Modifier and Type | Method and Description |
---|---|
String |
ConfigReader.readConfig(javax.enterprise.inject.spi.InjectionPoint p) |
boolean |
ConfigReader.readPrimitiveBoolean(javax.enterprise.inject.spi.InjectionPoint p) |
byte |
ConfigReader.readPrimitiveByte(javax.enterprise.inject.spi.InjectionPoint p) |
double |
ConfigReader.readPrimitiveDouble(javax.enterprise.inject.spi.InjectionPoint p) |
float |
ConfigReader.readPrimitiveFloat(javax.enterprise.inject.spi.InjectionPoint p) |
int |
ConfigReader.readPrimitiveInt(javax.enterprise.inject.spi.InjectionPoint p) |
long |
ConfigReader.readPrimitiveLong(javax.enterprise.inject.spi.InjectionPoint p) |
short |
ConfigReader.readPrimitiveShort(javax.enterprise.inject.spi.InjectionPoint p) |
Properties |
ConfigReader.readProperties(javax.enterprise.inject.spi.InjectionPoint p) |
String[] |
ConfigReader.readStringArray(javax.enterprise.inject.spi.InjectionPoint p) |
List<String> |
ConfigReader.readStringList(javax.enterprise.inject.spi.InjectionPoint p) |
Map<String,String> |
ConfigReader.readStringMap(javax.enterprise.inject.spi.InjectionPoint p) |
Modifier and Type | Field and Description |
---|---|
protected boolean |
PasswordObfuscator.enabled |
protected String |
PasswordObfuscator.prefix |
Modifier and Type | Field and Description |
---|---|
protected String |
DatabaseAutoSynchronizer.customDelimiter |
protected String |
DatabaseAutoSynchronizer.customDelimiterEnabler |
protected String |
DatabaseAutoSynchronizer.databaseConfigDir |
protected String[] |
DatabaseAutoSynchronizer.excludedScriptStatements |
protected String |
DatabaseAutoSynchronizer.installedModulesTable |
Modifier and Type | Field and Description |
---|---|
protected String |
HibernateInitializer.defaultSchema |
protected String[] |
HibernateInitializer.nativeToHiloReplaceableDialects |
protected String[] |
HibernateInitializer.nativeToSequenceReplaceableDialects |
protected Map<String,String> |
HibernateInitializer.supportedDialects |
protected String[] |
HibernateInitializer.verificationExcludedClassNames |
Modifier and Type | Field and Description |
---|---|
protected boolean |
ErrorManager.logDBInterlockThreadsEnabled |
protected boolean |
ErrorManager.logErrorReportEnabled |
Modifier and Type | Field and Description |
---|---|
protected boolean |
Profiler.completedThreadsErrorsEnabled
Flag indicating whether threads that ends with errors should be added to the thread registry.
|
protected int |
Profiler.completedThreadsMaxSize
Maximum number of completed threads to keep into the registry.
|
protected long |
Profiler.completedThreadsMinTimeMillis
Save as completed only the threads which execution exceeds a maximum amount of time.
|
protected long |
Profiler.idleTimeInMillis
Amount of time in milliseconds the profile will remain idle between two consecutive profiling snapshots.
|
protected long |
Profiler.maxThreadProfilingTimeMillis
If a thread's execution time overtake a specified amount of time then the profiler will automatically stop getting profiling data for such thread,
Normally, the data obtained by the profiler until that moment will be enough to determine the thread's performance problem.
|
protected int |
Profiler.maxThreadStackTraceLength
If a thread's stack trace length overtake at any moment a specified limit then the profiler will stop getting profiling data for such thread,
Normally, the data obtained by the profiler until that moment will be enough to determine the thread's performance problem.
|
protected long |
Profiler.minCodeTraceTimeMillis
The minimum required time length in milliseconds for a code trace to be saved by the profiler.
|
protected boolean |
Profiler.runOnStart
Switch on the profiler on start.
|
Modifier and Type | Field and Description |
---|---|
protected int |
SizeEstimations.sizeOfBigDecimal |
protected int |
SizeEstimations.sizeOfBoolean |
protected int |
SizeEstimations.sizeOfByte |
protected int |
SizeEstimations.sizeOfDate |
protected int |
SizeEstimations.sizeOfDouble |
protected int |
SizeEstimations.sizeOfFloat |
protected int |
SizeEstimations.sizeOfInteger |
protected int |
SizeEstimations.sizeOfLong |
protected int |
SizeEstimations.sizeOfShort |
protected int |
SizeEstimations.sizeOfTimestamp |
Modifier and Type | Field and Description |
---|---|
protected int |
Scheduler.maxThreadPoolSize |
protected boolean |
Scheduler.runOnStart |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.