|
Dashboard Builder Commons 6.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Config | |
|---|---|
| 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.log | |
| org.jboss.dashboard.profiler | |
| org.jboss.dashboard.scheduler | |
| Uses of Config in org.jboss.dashboard |
|---|
| Fields in org.jboss.dashboard with annotations of type Config | |
|---|---|
protected String |
LocaleManager.defaultLocaleId
The default localeId. |
protected String[] |
LocaleManager.installedLocaleIds
The list of locales supported. |
| Uses of Config in org.jboss.dashboard.annotation.config |
|---|
| Methods in org.jboss.dashboard.annotation.config with annotations of type Config | |
|---|---|
String |
ConfigReader.readConfig(javax.enterprise.inject.spi.InjectionPoint p)
|
boolean |
ConfigReader.readPrimitiveBoolean(javax.enterprise.inject.spi.InjectionPoint p)
|
double |
ConfigReader.readPrimitiveDouble(javax.enterprise.inject.spi.InjectionPoint p)
|
int |
ConfigReader.readPrimitiveInt(javax.enterprise.inject.spi.InjectionPoint p)
|
long |
ConfigReader.readPrimitiveLong(javax.enterprise.inject.spi.InjectionPoint p)
|
Properties |
ConfigReader.readProperties(javax.enterprise.inject.spi.InjectionPoint p)
|
String[] |
ConfigReader.readStringArray(javax.enterprise.inject.spi.InjectionPoint p)
|
Map<String,String> |
ConfigReader.readStringMap(javax.enterprise.inject.spi.InjectionPoint p)
|
| Uses of Config in org.jboss.dashboard.commons.security.password |
|---|
| Fields in org.jboss.dashboard.commons.security.password with annotations of type Config | |
|---|---|
protected boolean |
PasswordObfuscator.enabled
|
protected String |
PasswordObfuscator.prefix
|
| Uses of Config in org.jboss.dashboard.database |
|---|
| Fields in org.jboss.dashboard.database with annotations of type Config | |
|---|---|
protected String |
DatabaseAutoSynchronizer.customDelimiter
|
protected String |
DatabaseAutoSynchronizer.customDelimiterEnabler
|
protected String |
DatabaseAutoSynchronizer.databaseConfigDir
|
protected String[] |
DatabaseAutoSynchronizer.excludedScriptStatements
|
protected String |
DatabaseAutoSynchronizer.installedModulesTable
|
| Uses of Config in org.jboss.dashboard.database.hibernate |
|---|
| Fields in org.jboss.dashboard.database.hibernate with annotations of type Config | |
|---|---|
protected String[] |
HibernateInitializer.databaseStructureVerificationExcludedClassNames
|
protected boolean |
HibernateInitializer.enableDatabaseAutoSynchronization
|
protected boolean |
HibernateInitializer.enableDatabaseStructureVerification
|
protected String[] |
HibernateInitializer.nativeToHiloReplaceableDialects
|
protected boolean |
HibernateInitializer.performNativeToHiloReplace
|
protected Map<String,String> |
HibernateInitializer.supportedDialects
|
| Uses of Config in org.jboss.dashboard.error |
|---|
| Fields in org.jboss.dashboard.error with annotations of type Config | |
|---|---|
protected boolean |
ErrorManager.logDBInterlockThreadsEnabled
|
protected boolean |
ErrorManager.logErrorReportEnabled
|
| Uses of Config in org.jboss.dashboard.log |
|---|
| Fields in org.jboss.dashboard.log with annotations of type Config | |
|---|---|
protected long |
Log4JManager.highThroughput
|
protected boolean |
Log4JManager.highTroughputAllowed
|
protected long |
Log4JManager.highTroughputMaxTime
|
protected int |
Log4JManager.memoryAppenderBufferSize
|
protected String |
Log4JManager.memoryAppenderName
|
protected String |
Log4JManager.memoryAppenderPattern
|
| Uses of Config in org.jboss.dashboard.profiler |
|---|
| Fields in org.jboss.dashboard.profiler with annotations of type Config | |
|---|---|
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. |
| Uses of Config in org.jboss.dashboard.scheduler |
|---|
| Fields in org.jboss.dashboard.scheduler with annotations of type Config | |
|---|---|
protected int |
Scheduler.maxThreadPoolSize
|
protected boolean |
Scheduler.runOnStart
|
|
Dashboard Builder Commons 6.0.0.Beta3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||