Dashboard Builder Commons 6.2.0.Beta1

Uses of Class
org.jboss.dashboard.annotation.config.Config

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.profiler   
org.jboss.dashboard.profiler.memory   
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)
           
 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)
           
 

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.defaultSchema
           
protected  String[] HibernateInitializer.nativeToHiloReplaceableDialects
           
protected  String[] HibernateInitializer.nativeToSequenceReplaceableDialects
           
protected  Map<String,String> HibernateInitializer.supportedDialects
           
protected  String[] HibernateInitializer.verificationExcludedClassNames
           
 

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.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.profiler.memory
 

Fields in org.jboss.dashboard.profiler.memory with annotations of type Config
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
           
 

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.2.0.Beta1

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