Skip navigation links
Dashboard Builder Commons 6.5.0.Final-redhat-7
A B C D E F G H I J K L M N O P R S T U V W X _ 

A

AbstractComparatorByCriteria - Class in org.jboss.dashboard.commons.comparator
Base class for the implementation of custom comparators.
AbstractComparatorByCriteria() - Constructor for class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
AbstractFilter - Class in org.jboss.dashboard.commons.filter
An abstract that defines those basic services a entity filter.
AbstractFilter() - Constructor for class org.jboss.dashboard.commons.filter.AbstractFilter
 
AbstractMessage - Exception in org.jboss.dashboard.commons.message
Base implementation of the Message interface.
AbstractMessage(String, Object[]) - Constructor for exception org.jboss.dashboard.commons.message.AbstractMessage
Default constructor.
activeThreads - Variable in class org.jboss.dashboard.profiler.Profiler
Current active threads
add(Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Appends the specified element to the end of this list.
add(int, Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Inserts the specified element at the specified position in this list.
add(CodeBlockTrace) - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
addAll(Collection) - Method in class org.jboss.dashboard.commons.collections.LazyList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class org.jboss.dashboard.commons.collections.LazyList
Not supported.
addAll(Collection<Message>, boolean) - Method in class org.jboss.dashboard.commons.message.MessageList
 
addAll(CodeBlockTraces) - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
addAttribute(String, String) - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
addChild(XMLNode) - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
addChild(CodeBlockTrace) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
addContextProperties(Map<String, Object>) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
addContextProperty(String, Object) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
addProperties(FilterByCriteria) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
addProperties(FilterByCriteria) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Add all the specified filter properties.
addProperty(String, Object, boolean, Object, boolean, Collection, int) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
addProperty(String, String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
addProperty(String, Object, boolean, Object, boolean, Collection, int) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Specifies a property for the filter.
addProperty(String, String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Specifies a property for the filter in a unstructured way.
addProperty(String, Object, boolean, Object, boolean, Collection, int) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
addProperty(String, String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
addRuntimeConstraint(RuntimeConstraint) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
addRuntimeConstraint(RuntimeConstraint) - Static method in class org.jboss.dashboard.profiler.ProfilerHelper
 
addSortCriteria(String, int) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
addSortCriteria(String, int) - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
Specifies a sort criteria for the comparator.
addWarning(String, Object[]) - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
addWarning(String, Object) - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
afterCommit() - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Callback method invoked after a transaction rollback.
afterRollback() - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Callback method invoked after a transaction commit.
ALLOW_ALL - Static variable in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Allow only if all values are satisfied.
ALLOW_ANY - Static variable in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Allow if some value is satisfied.
ALLOW_NONE - Static variable in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Allow if none of the specified values are satisfied.
ancestorTypes - Variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
appendCopyright(StringBuffer) - Method in class org.jboss.dashboard.profiler.Profiler
 
appendErrorReport(StringBuffer, ErrorReport) - Method in class org.jboss.dashboard.profiler.Profiler
 
appendIndent(StringBuffer, int) - Static method in class org.jboss.dashboard.error.ErrorReport
 
appendServerSettings(StringBuffer) - Method in class org.jboss.dashboard.profiler.Profiler
 
appendThreadContext(StringBuffer, ThreadProfile) - Method in class org.jboss.dashboard.profiler.Profiler
 
appendToFile(String, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Append content to a file
appendToFile(byte[], String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Append content to a file
Application - Class in org.jboss.dashboard
Class that defines some application set-up parameters.
Application() - Constructor for class org.jboss.dashboard.Application
 
ApplicationError - Exception in org.jboss.dashboard.error
An error thrown by a client application.
ApplicationError(String) - Constructor for exception org.jboss.dashboard.error.ApplicationError
 
ApplicationError(String, Throwable) - Constructor for exception org.jboss.dashboard.error.ApplicationError
 
ARRAYS_DELIMITER - Static variable in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
assemble(Serializable, Object) - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
assemble(Serializable, Object) - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
autoCommit - Variable in class org.jboss.dashboard.database.NonPooledDataSource
 

B

Base64 - Class in org.jboss.dashboard.commons.text
Utility class providing base64-encoding methods.
Base64() - Constructor for class org.jboss.dashboard.commons.text.Base64
 
baseAppDirectory - Variable in class org.jboss.dashboard.Application
 
baseCfgDirectory - Variable in class org.jboss.dashboard.Application
 
beanLocator - Static variable in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
Singleton
beanManager - Static variable in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
The bean manager
beansConfigFile - Static variable in class org.jboss.dashboard.annotation.config.ConfigReader
 
beforeCommit() - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Callback method invoked before the transaction is commited.
beforeExecute(Thread, Runnable) - Method in class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
beforeRollback() - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Callback method invoked before the transaction is rolled back.
begin() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Begin the transaction
begin() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
begin() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
BEGIN_DATE - Static variable in class org.jboss.dashboard.profiler.ThreadProfileComparator
 
beginDate - Variable in class org.jboss.dashboard.profiler.ThreadProfile
The begin date
beginThreadProfile() - Method in class org.jboss.dashboard.profiler.Profiler
 
beginTimeMillis - Variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
BinaryBlobType - Class in org.jboss.dashboard.database.hibernate
 
BinaryBlobType() - Constructor for class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
BusinessError - Exception in org.jboss.dashboard.error
An exception thrown by the client application to delegate to the platform the handling of an expected business error.
BusinessError(int, String, String) - Constructor for exception org.jboss.dashboard.error.BusinessError
 

C

calculateTimeTraces() - Method in class org.jboss.dashboard.profiler.ThreadProfile
Calculates the list of time traces.
calculateTimeTraces(int, int, int) - Method in class org.jboss.dashboard.profiler.ThreadProfile
Search for two consecutive stack traces in the specified sample interval & stack level.
CalendarRangeUtils() - Constructor for class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
CalendarUtils - Class in org.jboss.dashboard.commons.misc
 
CalendarUtils() - Constructor for class org.jboss.dashboard.commons.misc.CalendarUtils
 
CalendarUtils.CalendarRangeUtils - Class in org.jboss.dashboard.commons.misc
 
callbacksEnabled - Variable in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
If true then this fragment will receive callback invocations both before and after the transaction completion.
cancel() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
CDIBeanLocator - Class in org.jboss.dashboard.commons.cdi
 
CDIBeanLocator() - Constructor for class org.jboss.dashboard.commons.cdi.CDIBeanLocator
 
CENTER_JUSTIFY - Static variable in class org.jboss.dashboard.commons.text.StringUtil
Center text.
changeSeparator(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Changes File.separator into a Windows path to Unix path and vice versa.
check() - Method in class org.jboss.dashboard.initialModule.DataSourceIInitialModule
Check if file exists.
checkDriverClassAvailable(String) - Method in class org.jboss.dashboard.database.DataSourceManager
 
checkRuntimeConstraints() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
checkRuntimeConstraints() - Static method in class org.jboss.dashboard.profiler.ProfilerHelper
 
children - Variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
children - Variable in class org.jboss.dashboard.profiler.TimeTrace
 
childrenElapsedTimeMillis - Variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
chomp(char[]) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Given a character array, this method constructs a new string without trailing carriage return or newline characters.
Chronometer - Class in org.jboss.dashboard.commons.misc
The class Chronometer permits to measure the time, with millisecond precision.
Chronometer() - Constructor for class org.jboss.dashboard.commons.misc.Chronometer
 
cipher - Variable in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
clearStackTraces() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
cloneFilter() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
cloneFilter() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Create an exact copy of this filter instance.
close() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Flush the transaction
ClusterNode - Class in org.jboss.dashboard.cluster
Hibernate mapping model class for dashb_cluster_node table.
ClusterNode() - Constructor for class org.jboss.dashboard.cluster.ClusterNode
Default constructor.
ClusterNode.ClusterNodeStatus - Enum in org.jboss.dashboard.cluster
Enum that hangles possible node status values.
ClusterNodesManager - Class in org.jboss.dashboard.cluster
A platform component that manages the nodes connected to the cluster, if any.
ClusterNodesManager() - Constructor for class org.jboss.dashboard.cluster.ClusterNodesManager
 
codeBlock - Variable in class org.jboss.dashboard.error.ErrorReport
The code block where the exception occurs.
CodeBlockHelper - Class in org.jboss.dashboard.profiler
Helper class for the easy registration of custom code traces.
CodeBlockHelper() - Constructor for class org.jboss.dashboard.profiler.CodeBlockHelper
 
codeBlockInProgress - Variable in class org.jboss.dashboard.profiler.ThreadProfile
The current block in execution
codeBlockList - Variable in class org.jboss.dashboard.profiler.CodeBlockTraces
 
CodeBlockTrace - Class in org.jboss.dashboard.profiler
A code block trace is the way that the platform has to register the execution of a given portion of code (code block).
CodeBlockTrace(String) - Constructor for class org.jboss.dashboard.profiler.CodeBlockTrace
 
CodeBlockTraces - Class in org.jboss.dashboard.profiler
A collection of code block traces.
CodeBlockTraces() - Constructor for class org.jboss.dashboard.profiler.CodeBlockTraces
 
codeBlockTraces - Variable in class org.jboss.dashboard.profiler.TimeTrace
 
CodeBlockTracesComparator - Class in org.jboss.dashboard.profiler
Class used to compare CodeBlockTrace's using several criterias.
CodeBlockTracesComparator() - Constructor for class org.jboss.dashboard.profiler.CodeBlockTracesComparator
 
CodeBlockType - Interface in org.jboss.dashboard.profiler
Code block types are used to classify the code block traces into groups.
commit() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Commit the transaction
comp - Variable in class org.jboss.dashboard.commons.comparator.RuntimeConstrainedComparator
 
comparatorByBeginDate(boolean) - Static method in class org.jboss.dashboard.profiler.ThreadProfileComparator
 
ComparatorByCriteria - Interface in org.jboss.dashboard.commons.comparator
Interface addressed to enable the comparison of objects using multiple comparison criteria.
comparatorByElapsedTime(boolean) - Static method in class org.jboss.dashboard.profiler.ThreadProfileComparator
 
ComparatorUtils - Class in org.jboss.dashboard.commons.comparator
Helper class containing methods for the comparison between different types.
ComparatorUtils() - Constructor for class org.jboss.dashboard.commons.comparator.ComparatorUtils
 
compare(Object, Object) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
To be implemented by subclasses.
compare(Comparable, Comparable, int) - Static method in class org.jboss.dashboard.commons.comparator.ComparatorUtils
Compares two comparable objects.
compare(Date, Date, int) - Static method in class org.jboss.dashboard.commons.comparator.ComparatorUtils
Compares two dates.
compare(Boolean, Boolean, int) - Static method in class org.jboss.dashboard.commons.comparator.ComparatorUtils
Compares two booleans.
compare(Collection, Collection, int) - Static method in class org.jboss.dashboard.commons.comparator.ComparatorUtils
Compares two collections.
compare(Object, Collection, int) - Static method in class org.jboss.dashboard.commons.comparator.ComparatorUtils
Compare an element with the collection elements.
compare(Object, Object, int) - Static method in class org.jboss.dashboard.commons.comparator.ComparatorUtils
Compares two objects.
compare(Object, Object) - Method in class org.jboss.dashboard.commons.comparator.RuntimeConstrainedComparator
 
compare(Comparable, Comparable, int) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Compares two comparable objects.
compare(Object, Object) - Method in class org.jboss.dashboard.profiler.CodeBlockTracesComparator
 
compare(Object, Object) - Method in class org.jboss.dashboard.profiler.ThreadProfileComparator
 
compare(Object, Object) - Method in class org.jboss.dashboard.profiler.TimeTraceComparator
 
compare(Object, Object) - Method in class org.jboss.dashboard.scheduler.SchedulerTaskComparator
 
compareBySimilarity(String, Object, Object) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Check if the given object instance matchs the specified pattern.
compFileDate(String, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Test if the time a file was last modified is before, after or equals than the time another file was last modified
complete() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Complete the transaction
completedThreads - Variable in class org.jboss.dashboard.profiler.Profiler
Completed threads that exceed the max. time expected.
completedThreadsErrorsEnabled - Variable in class org.jboss.dashboard.profiler.Profiler
Flag indicating whether threads that ends with errors should be added to the thread registry.
completedThreadsFilter - Variable in class org.jboss.dashboard.profiler.Profiler
Filter that a completed thread must satisfy in order to be added to the registry.
completedThreadsMaxSize - Variable in class org.jboss.dashboard.profiler.Profiler
Maximum number of completed threads to keep into the registry.
completedThreadsMinTimeMillis - Variable in class org.jboss.dashboard.profiler.Profiler
Save as completed only the threads which execution exceeds a maximum amount of time.
Config - Annotation Type in org.jboss.dashboard.annotation.config
 
ConfigReader - Class in org.jboss.dashboard.annotation.config
 
ConfigReader() - Constructor for class org.jboss.dashboard.annotation.config.ConfigReader
 
contains(Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Returns true if this list contains the specified element.
containsCodeBlockType(CodeBlockType) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
containsMessagesOfType(int) - Method in class org.jboss.dashboard.commons.message.MessageList
 
containsProperty(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
containsProperty(Collection) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
containsProperty(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Check if the given property filter has been defined.
containsProperty(Collection) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Check if a filter is defined for any of the property identifiers given.
containsProperty(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
containsProperty(Collection) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
content(StringBuffer, String) - Static method in class org.jboss.dashboard.commons.xml.XMLUtils
 
context - Variable in class org.jboss.dashboard.database.hibernate.SQLStatementTrace
 
context - Variable in class org.jboss.dashboard.error.ErrorTrace
 
context - Variable in class org.jboss.dashboard.profiler.StackTrace
 
contextProperties - Variable in class org.jboss.dashboard.profiler.ThreadProfile
Context properties collected during profiling.
contextPropertyNames - Static variable in class org.jboss.dashboard.profiler.ThreadProfile
All context property names that any thread profile can hold.
CONTROLLER_REQUEST - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
copyFile(InputStream, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Copy a file to another file using a static buffer of DEFAULT_BUFFER_SIZE
copyFile(String, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Copy a file to another file using a static buffer of DEFAULT_BUFFER_SIZE
copyFile(String, String, int) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Copy a file to another file using a buffer of maximum size
copyFile(InputStream, String, int) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Copy a file to another file using a buffer of maximum size
CoreCodeBlockTypes - Class in org.jboss.dashboard.profiler
Core code block types of the platform.
CoreCodeBlockTypes() - Constructor for class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
CoreServices - Class in org.jboss.dashboard
 
CoreServices() - Constructor for class org.jboss.dashboard.CoreServices
 
createDatabase(String) - Method in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
createDir(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Creates the directory named by a pathname, if it doesn't exists, including any necessary but nonexistent parent directories.
createJDBCDatasource(Properties) - Method in class org.jboss.dashboard.export.DataSourceImportManager
Creates a new instance of JDBC data source.
createJNDIDatasource(Properties) - Method in class org.jboss.dashboard.export.DataSourceImportManager
Creates a new instance of JNDI data source.
createLazyList(Collection) - Method in class org.jboss.dashboard.commons.collections.LazyList
Creates a brand new lazy list initialiaed with the given list of identifiers.
createThreadProfile() - Method in class org.jboss.dashboard.profiler.Profiler
 
createTimeTrace(int, int, int) - Method in class org.jboss.dashboard.profiler.ThreadProfile
Create a time trace with samples belonging to the specified interval.
creationTimeMillis - Variable in class org.jboss.dashboard.profiler.StackTrace
 
CRITERIA_BEGIN_TIME - Static variable in class org.jboss.dashboard.profiler.TimeTraceComparator
 
CRITERIA_CREATION_TIME - Static variable in class org.jboss.dashboard.profiler.TimeTraceComparator
 
CRITERIA_ELAPSED_TIME - Static variable in class org.jboss.dashboard.profiler.CodeBlockTracesComparator
 
CRITERIA_ELAPSED_TIME - Static variable in class org.jboss.dashboard.profiler.TimeTraceComparator
 
CRITERIA_END_TIME - Static variable in class org.jboss.dashboard.profiler.TimeTraceComparator
 
CRITERIA_SELF_TIME - Static variable in class org.jboss.dashboard.profiler.CodeBlockTracesComparator
 
CRITERIA_SELF_TIME - Static variable in class org.jboss.dashboard.profiler.TimeTraceComparator
 
CSV - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
currentLang() - Static method in class org.jboss.dashboard.LocaleManager
Static getter for current lang.
currentLocale() - Static method in class org.jboss.dashboard.LocaleManager
Static getter for current Locale.
currentThreadProfile - Variable in class org.jboss.dashboard.profiler.Profiler
The thread profile for the current thread.
CursoredList - Class in org.jboss.dashboard.commons.collections
 
CursoredList(List) - Constructor for class org.jboss.dashboard.commons.collections.CursoredList
 
customDelimiter - Variable in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
customDelimiterEnabler - Variable in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
cutString(String, FontMetrics, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
It returns an array of subchains of maximum length in pixels.

D

DatabaseAutoSynchronizer - Class in org.jboss.dashboard.database
This component manages the database creation.
DatabaseAutoSynchronizer() - Constructor for class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
databaseAutoSynchronizer - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
databaseConfigDir - Variable in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
databaseName - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
databaseSourceManager - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DATASET_BUILD - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
DATASET_FILTER - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
DATASET_LOAD - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
DATASOURCE_EXTENSION - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
 
DataSourceEntry - Class in org.jboss.dashboard.database
A database connection definition either in plain JDBC or JNDI.
DataSourceEntry() - Constructor for class org.jboss.dashboard.database.DataSourceEntry
 
dataSourceEntry - Variable in class org.jboss.dashboard.database.ExternalDataSource
 
DataSourceIInitialModule - Class in org.jboss.dashboard.initialModule
DataSource initial module class.
DataSourceIInitialModule() - Constructor for class org.jboss.dashboard.initialModule.DataSourceIInitialModule
 
dataSourceImportManager - Variable in class org.jboss.dashboard.CoreServices
 
DataSourceImportManager - Class in org.jboss.dashboard.export
Import manager for datasource definitions.
DataSourceImportManager() - Constructor for class org.jboss.dashboard.export.DataSourceImportManager
 
DataSourceImportManager.DataSourceType - Enum in org.jboss.dashboard.export
 
dataSourceManager - Variable in class org.jboss.dashboard.CoreServices
 
DataSourceManager - Class in org.jboss.dashboard.database
Manager used to access the DataSource instances configured in the current installation.
DataSourceManager() - Constructor for class org.jboss.dashboard.database.DataSourceManager
 
date - Variable in class org.jboss.dashboard.error.ErrorReport
The error date
dateFormat - Static variable in class org.jboss.dashboard.error.ErrorReport
 
dateFormat - Static variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
DateFormatUtil - Class in org.jboss.dashboard.commons.text
Utilities for formatting and parsing dates.
dateToOracleStr(Timestamp) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Contains some Oracle specific fixes to the timestamp.
dateToStr(Date) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Formats a Date into a date string.
dateToUTCStr(Date) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Turns a UTCTime in a java.util.Date object into a String object.
DB_DB2 - Static variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DB_H2 - Static variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DB_MYSQL - Static variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DB_ORACLE - Static variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DB_POSTGRES - Static variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DB_SQLSERVER - Static variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DB_SYBASE - Static variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DB_TEIID - Static variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
DecimalFormatUtil - Class in org.jboss.dashboard.commons.text
Utilities for formating and parsing decimal numbers.
decode(String) - Static method in class org.jboss.dashboard.commons.text.Base64
Decodes a BASE64 string.
decrypt(String) - Method in class org.jboss.dashboard.commons.security.cipher.PBEWithMD5AndDESCipher
 
deepCopy(Object) - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
deepCopy(Object) - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
DEFAULT_DATASOURCE_NAME - Static variable in class org.jboss.dashboard.database.DataSourceManager
 
defaultLocaleId - Variable in class org.jboss.dashboard.LocaleManager
The default localeId.
defaultSchema - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
delete() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
delete() - Method in interface org.jboss.dashboard.database.Persistent
 
deleteFile(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Delete the file or directory denoted by a pathname.
deobfuscate(String) - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
deobfuscate(String) - Static method in class org.jboss.dashboard.commons.text.TextOfuscator
 
deregister(Long) - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Deregister the node from the table.
DirectoriesScanner - Class in org.jboss.dashboard.commons.io
 
DirectoriesScanner(String) - Constructor for class org.jboss.dashboard.commons.io.DirectoriesScanner
 
disassemble(Object) - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
disassemble(Object) - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
discardDuplicates - Variable in class org.jboss.dashboard.commons.collections.LazyList
Flag indicating if duplicated elements are allowed.
doImport(InputStream) - Method in class org.jboss.dashboard.export.DataSourceImportManager
Creates a new data source definitions based on its properties.
doTheInstall() - Method in class org.jboss.dashboard.initialModule.InitialModule
 
doTheUpgrade(long) - Method in class org.jboss.dashboard.initialModule.InitialModule
 
doubleToStr(double, int) - Static method in class org.jboss.dashboard.commons.text.DecimalFormatUtil
Formats a double to produce a string with a number of fraction digits.
doubleToStr(Number, int) - Static method in class org.jboss.dashboard.commons.text.DecimalFormatUtil
Formats a Number to produce a string with a number of fraction digits.
doWork(Session) - Method in interface org.jboss.dashboard.database.hibernate.HibernateWork
Execute a persistence unit of work.
driver - Variable in class org.jboss.dashboard.database.NonPooledDataSource
 
dumpStackTrace() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
dumpStackTraces() - Method in class org.jboss.dashboard.profiler.Profiler
 

E

ELAPSED_TIME - Static variable in class org.jboss.dashboard.profiler.ThreadProfileComparator
 
elapsedTime() - Method in class org.jboss.dashboard.commons.misc.Chronometer
Return the elapsed time measured in milliseconds since the very start.
elapsedTime(String) - Method in class org.jboss.dashboard.commons.misc.Chronometer
Return the elapsed time measured in milliseconds since the specified mark was set.
elapsedTimeExceeded - Variable in class org.jboss.dashboard.profiler.ThreadProfile
Flag indicating that the thread elapsed time has overtaken a specified threshold (See the maxThreadDurationInMillis property).
elapsedTimeMillis - Variable in class org.jboss.dashboard.profiler.CodeBlockTraces
 
elements - Variable in exception org.jboss.dashboard.commons.message.AbstractMessage
The process elements involved in the message.
eliminateWordsShorterThan(String, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Delete all the words of a string smaller that a given size, and the extra blank characters
enabled - Variable in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
encode(byte[]) - Static method in class org.jboss.dashboard.commons.text.Base64
Encodes an array of bytes into a BASE64 string
encrypt(String) - Method in class org.jboss.dashboard.commons.security.cipher.PBEWithMD5AndDESCipher
 
end() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
end() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
END_DATE - Static variable in class org.jboss.dashboard.profiler.ThreadProfileComparator
 
endDate - Variable in class org.jboss.dashboard.profiler.ThreadProfile
The end date
endtag(StringBuffer, String) - Static method in class org.jboss.dashboard.commons.xml.XMLUtils
 
endTimeMillis - Variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
eq(Object, Object) - Method in class org.jboss.dashboard.profiler.StackTrace
 
equals(Object) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
equals(Collection, Collection) - Static method in class org.jboss.dashboard.commons.comparator.ComparatorUtils
Check if tow collections contains exactly the same elements.
equals(Object) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
equals(Object) - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
equals(Object, Object) - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
equals(Object, Object) - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
equals(Object) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
equals(StackTrace) - Method in class org.jboss.dashboard.profiler.StackTrace
 
equals(StackTraceElement, StackTraceElement) - Method in class org.jboss.dashboard.profiler.StackTrace
 
ERROR - Static variable in interface org.jboss.dashboard.commons.message.Message
Error message type.
error(Throwable) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Exception occurred during a transaction fragment
ERROR - Static variable in exception org.jboss.dashboard.error.BusinessError
 
error - Variable in class org.jboss.dashboard.error.ErrorTrace
 
ERROR - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
ERROR_DATE - Static variable in class org.jboss.dashboard.error.ErrorTrace
 
ERROR_ID - Static variable in class org.jboss.dashboard.error.ErrorTrace
 
ERROR_STACKTRACE - Static variable in class org.jboss.dashboard.error.ErrorTrace
 
errorManager - Variable in class org.jboss.dashboard.CoreServices
 
ErrorManager - Class in org.jboss.dashboard.error
Manages the error handling in the platform.
ErrorManager() - Constructor for class org.jboss.dashboard.error.ErrorManager
 
ErrorReport - Class in org.jboss.dashboard.error
An error report.
ErrorReport() - Constructor for class org.jboss.dashboard.error.ErrorReport
 
errorReport - Variable in class org.jboss.dashboard.profiler.ThreadProfile
An error occurred during the thread execution (if any).
ErrorTrace - Class in org.jboss.dashboard.error
A profiler trace generated always that an unexpected error occurs within the platform.
ErrorTrace(ErrorReport) - Constructor for class org.jboss.dashboard.error.ErrorTrace
 
escapeQuotes(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
 
escapeXml(String) - Static method in class org.jboss.dashboard.commons.xml.XMLNode
 
EVENT_ALL - Static variable in class org.jboss.dashboard.commons.events.Publisher
The event representing all events.
evictAllCaches() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
Evict all cache information.
exception - Variable in class org.jboss.dashboard.error.ErrorReport
The error itself
excludedScriptStatements - Variable in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
execute() - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Execute this fragment.
execute(SchedulerTask) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
execute(SchedulerTask, boolean) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
execute() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
executeBeanShellScript(String, Map) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Executes a BeanShell script.
executeChild(HibernateTransaction) - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
 
executeFragment(HibernateTxFragment) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
executeInitiator(HibernateTransaction) - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
 
executor - Variable in class org.jboss.dashboard.scheduler.Scheduler
 
existCriteria(String) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
existCriteria(String) - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
Check if a given criteria is applied in comparator.
existFile(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Test whether the file denoted by a pathname exists
existsModulesTable(String) - Method in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
Check if the dashbuilder installed modules table exist.
ExternalDataSource - Class in org.jboss.dashboard.database
A data source implementation that bounds its connections to the underlying transaction.
ExternalDataSource() - Constructor for class org.jboss.dashboard.database.ExternalDataSource
 

F

fetchSize - Variable in class org.jboss.dashboard.commons.collections.LazyList
The number of elements fetched when invoking the get(index) method.
FileUtil - Class in org.jboss.dashboard.commons.io
Utilities to work with files.
fill(String, char, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Fill a string with chars, in order to grow to a given size.
fill(String, String, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Fill a string repeating other string, in order to grow to a given size.
fill(String, String, int, boolean) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Fill a string repeating other string, in order to grow to a given size.
Filter - Interface in org.jboss.dashboard.commons.filter
An object filter.
filter - Variable in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
The filter to decorate.
FilterByCriteria - Interface in org.jboss.dashboard.commons.filter
A filter designed to configure filter criteria for objects properties.
filterCondition - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
The filter condition logical expression.
filterProperties - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
Filter list.
filterSQLString(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Replace all the ocurrences of the char ' with '', and add a ' at the start and the end of the string.
findFiles(File) - Method in class org.jboss.dashboard.commons.io.DirectoriesScanner
 
findFirst(String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Searches into a String for the prefix before the specified substring.
findLast(String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Search into a String for the suffix after the last occurrence of the specified substring.
findRest(String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Search into a String for the suffix after the first occurrence of the specified substring.
finishInstallation() - Method in class org.jboss.dashboard.initialModule.InitialModulesManager
Finished node installing modules.
finishThreadProfile() - Method in class org.jboss.dashboard.profiler.Profiler
 
fireTask(String) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
first() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
first() - Method in class org.jboss.dashboard.profiler.StackTrace
 
firstLow(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Lower case the first character in a String.
firstUp(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Upper case the first character in a String.
fixedDelay - Variable in class org.jboss.dashboard.scheduler.SchedulerTask
 
fixedDelaySeconds - Variable in class org.jboss.dashboard.scheduler.SchedulerTask
 
fixUnicodeCharacters(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Replace special characters with simple characters
flush() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Flush the transaction
flushAfterFinish - Variable in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Flag to control the Hibernate flush.
formatElapsedTime(long) - Static method in class org.jboss.dashboard.commons.misc.Chronometer
 
formatForComparison(String, Object) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Format a given property value valid for string comparfison against other values.
formatForComparison(String, Object) - Method in class org.jboss.dashboard.profiler.ThreadProfileFilter
 
formatForDisplay(String, Object) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Format a given property value as displayed for the the user.
formatForDisplay(String, Object) - Method in class org.jboss.dashboard.profiler.ThreadProfileFilter
 
formatSize(long) - Static method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
formatTime(long) - Static method in class org.jboss.dashboard.scheduler.SchedulerTask
 
freeEvenMoreMemory() - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
freeMemory() - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
from(int, int) - Method in class org.jboss.dashboard.profiler.StackTrace
 
future - Variable in class org.jboss.dashboard.scheduler.SchedulerTask
 

G

get() - Static method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
 
get(int) - Method in class org.jboss.dashboard.commons.collections.LazyList
Retrieves the instance at specified position.
get(int) - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
get(int) - Method in class org.jboss.dashboard.profiler.StackTrace
 
getActiveThreads() - Method in class org.jboss.dashboard.profiler.Profiler
 
getAllContextPropertyNames() - Static method in class org.jboss.dashboard.profiler.ThreadProfile
 
getAllLanguages() - Method in class org.jboss.dashboard.LocaleManager
Get all language identifiers
getAllLocales() - Method in class org.jboss.dashboard.LocaleManager
Locales supported by the VM
getAllThreads() - Method in class org.jboss.dashboard.profiler.Profiler
 
getAncestorTypes() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getApplicationErrorCause(Throwable) - Method in class org.jboss.dashboard.error.ErrorManager
Get the error cause (if any) thrown by the application logic.
getAttributes() - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
getAutoCommit(Connection) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
getAutoCommit(Connection) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getAverageTimeMillis() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
getBaseAppDirectory() - Method in class org.jboss.dashboard.Application
 
getBaseCfgDirectory() - Method in class org.jboss.dashboard.Application
 
getBeanByName(String) - Static method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
Deprecated.
Use CDIBeanLocator.get().lookupBeanByName() instead.
getBeanByNameOrType(String) - Static method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
Deprecated.
Use CDIBeanLocator.get().lookupBeanByNameOrType() instead.
getBeanByType(Class<T>) - Static method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
Deprecated.
Use CDIBeanLocator.get().lookupBeanByType() instead.
getBeanByType(String) - Static method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
Deprecated.
Use CDIBeanLocator.get().lookupBeanByType() instead.
getBeanManager() - Static method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
 
getBeginDate() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getBeginTimeMillis() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getBeginTimeMillis() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getBundle(String) - Method in class org.jboss.dashboard.LocaleManager
================================================================== BZ-1031080: RESOURCE BUNDLE CUSTOM HANDLING Use another NoFallbackControl implementation than the default one
getBundle(String, Locale) - Method in class org.jboss.dashboard.LocaleManager
 
getBundle(String, Locale, ClassLoader) - Method in class org.jboss.dashboard.LocaleManager
 
getChildren() - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
getChildren() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getChildren() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getChildrenElapsedTimeMillis() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getCipher() - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
getClassFields(Class, Class, boolean, String[]) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
getClassHierarchyFields(Class, Class, boolean, String[]) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
getClassHierarchyInterfaces(Class) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
getCodeBlock() - Method in class org.jboss.dashboard.error.ErrorReport
 
getCodeBlockInProgress() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getCodeBlockTraces() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getCompletedThreads() - Method in class org.jboss.dashboard.profiler.Profiler
 
getCompletedThreadsFilter() - Method in class org.jboss.dashboard.profiler.Profiler
 
getCompletedThreadsMaxSize() - Method in class org.jboss.dashboard.profiler.Profiler
 
getCompletedThreadsMinTimeMillis() - Method in class org.jboss.dashboard.profiler.Profiler
 
getConnection() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getConnection(String, String) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
getConnection() - Method in class org.jboss.dashboard.database.ExternalDataSource
 
getConnection() - Method in class org.jboss.dashboard.database.JDBCDataSourceEntry
 
getConnection() - Method in class org.jboss.dashboard.database.JNDIDataSourceEntry
 
getConnection(String, String) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getConnection() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getContent() - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
getContext() - Method in class org.jboss.dashboard.database.hibernate.SQLStatementTrace
 
getContext() - Method in class org.jboss.dashboard.error.ErrorTrace
 
getContext() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getContext() - Method in class org.jboss.dashboard.profiler.StackTrace
 
getContextProperty(String) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getContextPropertyNames() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getCopyright() - Method in class org.jboss.dashboard.Application
 
getCreationDate() - Method in class org.jboss.dashboard.commons.message.MessageList
 
getCreationTimeMillis() - Method in class org.jboss.dashboard.profiler.StackTrace
 
getCriteriaIds() - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
getCriteriaIds() - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
Retrieve ids. for all criterias specified.
getCurrentLang() - Method in class org.jboss.dashboard.LocaleManager
Get the current language for displaying contents
getCurrentLocale() - Method in class org.jboss.dashboard.LocaleManager
Current locale for viewing contents
getCurrentNodeId() - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
 
getCurrentNodeIpAddress() - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
 
getCurrentThreadError() - Static method in class org.jboss.dashboard.error.ErrorReport
Get the last error happened within the current thread (if any).
getCurrentThreadProfile() - Method in class org.jboss.dashboard.profiler.Profiler
 
getCurrentTx() - Static method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Get the current tx associated with the calling thread.
getDatabaseName() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
getDataSource(String) - Method in class org.jboss.dashboard.database.DataSourceManager
Get a datasource given its name
getDataSource() - Method in class org.jboss.dashboard.database.JNDIDataSourceEntry
 
getDataSourceEntries() - Method in class org.jboss.dashboard.database.DataSourceManager
Get all registered datasource entries
getDataSourceEntry(String) - Method in class org.jboss.dashboard.database.DataSourceManager
 
getDataSourceEntry() - Method in class org.jboss.dashboard.database.ExternalDataSource
 
getDataSourceImportManager() - Method in class org.jboss.dashboard.CoreServices
 
getDataSourceManager() - Method in class org.jboss.dashboard.CoreServices
 
getDataSourceNames() - Method in class org.jboss.dashboard.database.DataSourceManager
Get all registered datasource names
getDate() - Method in class org.jboss.dashboard.error.ErrorReport
 
getDbid() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getDefaultLang() - Method in class org.jboss.dashboard.LocaleManager
Get the default language for the platform
getDefaultLocale() - Method in class org.jboss.dashboard.LocaleManager
Default locale for the application
getDefaultLocaleId() - Method in class org.jboss.dashboard.LocaleManager
 
getDefaultSchema() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
getDescendants() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getDescription() - Method in class org.jboss.dashboard.database.hibernate.SQLStatementTrace
 
getDescription() - Method in class org.jboss.dashboard.error.ErrorTrace
 
getDescription() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getDescription() - Method in interface org.jboss.dashboard.profiler.CodeBlockType
 
getDescription() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
getDriver() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getDriverClass() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getElapsedTime() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getElapsedTimeMillis() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getElapsedTimeMillis() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
getElapsedTimeMillis(CodeBlockType, boolean) - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
getElapsedTimeMillis() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getElements() - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
getElements() - Method in interface org.jboss.dashboard.commons.message.Message
The elements involved in the error (the error context).
getEndDate() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getEndTimeMillis() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getEndTimeMillis() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getErrorManager() - Method in class org.jboss.dashboard.CoreServices
 
getErrorReport() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getException() - Method in class org.jboss.dashboard.error.ErrorReport
 
getExtraInfo(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getExtraInfo(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
 
getExtraInfo(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getFetchSize() - Method in class org.jboss.dashboard.commons.collections.LazyList
The number of elements fetched when invoking the get(index) method.
getField(Object, String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
getFilterCondition() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getFilteredThreads() - Method in class org.jboss.dashboard.profiler.Profiler
 
getFireDate() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
getFixedDelaySeconds() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
getFlusherFragment() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Get the first fragment in the chain than has the flush flag enabled.
getFreeMemoryInBytes() - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
Returns the amount of free memory in the Java Virtual Machine.
getGetMethodName(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
Generates the name of a get method for the given field name.
getGetter(Object, String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
getGt() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getGt() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
The greater than symbol.
getGt() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getGtOrEq() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getGtOrEq() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
The greater or equals than symbol.
getGtOrEq() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getHibernateInitializer() - Method in class org.jboss.dashboard.CoreServices
 
getHibernateSessionFactoryProvider() - Method in class org.jboss.dashboard.CoreServices
 
getId() - Method in class org.jboss.dashboard.cluster.ClusterNode
 
getId(int) - Method in class org.jboss.dashboard.commons.collections.LazyList
Retrieve identifier stored at given position.
getId() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
getId() - Method in class org.jboss.dashboard.error.ErrorReport
 
getId() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getId() - Method in interface org.jboss.dashboard.profiler.CodeBlockType
 
getId() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getIdleTimeInMillis() - Method in class org.jboss.dashboard.profiler.Profiler
 
getIds() - Method in class org.jboss.dashboard.commons.collections.LazyList
Retrieve identifiers stored internally in the lazy list.
getImportFile() - Method in class org.jboss.dashboard.initialModule.DataSourceIInitialModule
 
getInitialModulesRegistered() - Method in class org.jboss.dashboard.initialModule.InitialModuleRegistry
 
getInstalledLocaleIds() - Method in class org.jboss.dashboard.LocaleManager
 
getInstance() - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils
Get calendar instance using platform current locale.
getInstanceId(Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Retreives the identifier of an instance.
getIPAddress() - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Return the IP address for the default interface.
getIsolation() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getJarFiles() - Method in class org.jboss.dashboard.Application
 
getJndiPath() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getKey() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
getLangDisplayName(String) - Method in class org.jboss.dashboard.LocaleManager
Return the display name (in current locale) of the specified lang
getLanguages(Locale[]) - Method in class org.jboss.dashboard.LocaleManager
 
getLast12Hours(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getLast6Months(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getLast7Days(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getLastHour(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getLastMonth(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getLastQuarter(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getLastYear(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getLevel() - Method in exception org.jboss.dashboard.error.BusinessError
 
getLevel() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getLevel() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getLibDirectory() - Method in class org.jboss.dashboard.Application
 
getList() - Method in class org.jboss.dashboard.commons.collections.CursoredList
 
getLocalDataSource() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
getLocale() - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
getLocale() - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
The criteria always belongs to a locale.
getLocale() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getLocale() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
The criteria always belongs to a locale.
getLocale() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getLocaleById(String) - Method in class org.jboss.dashboard.LocaleManager
Get a Locale by its id.
getLoginTimeout() - Method in class org.jboss.dashboard.database.ExternalDataSource
 
getLoginTimeout() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getLogWriter() - Method in class org.jboss.dashboard.database.ExternalDataSource
 
getLogWriter() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getLt() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getLt() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
The less than symbol.
getLt() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getLtOrEq() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getLtOrEq() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
The less or equals than symbol.
getLtOrEq() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getMaxStackTraceLength() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getMaxThreadDurationInMillis() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getMaxThreadPoolSize() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getMaxThreadProfilingTimeMillis() - Method in class org.jboss.dashboard.profiler.Profiler
 
getMaxThreadStackTraceLength() - Method in class org.jboss.dashboard.profiler.Profiler
 
getMemoryUsedInBytes() - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
getMessage(Locale) - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
getMessage(String, Locale) - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
To be implemented by the subclass.
getMessage(Locale) - Method in interface org.jboss.dashboard.commons.message.Message
A string representation of the error for the given locale.
getMessageCode() - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
getMessageCode() - Method in interface org.jboss.dashboard.commons.message.Message
The error code.
getMessagesForElement(Object) - Method in class org.jboss.dashboard.commons.message.MessageList
Retrieves from the list of messages those elements that produces the specified message code.
getMessagesOfType(int) - Method in class org.jboss.dashboard.commons.message.MessageList
 
getMessagesOfTypeForElement(Object, int) - Method in class org.jboss.dashboard.commons.message.MessageList
Method that looks up the messages of the specified type for the specified element, and returns them in a String[].
getMessagesWithCode(String) - Method in class org.jboss.dashboard.commons.message.MessageList
Retrieves from the list of messages those elements that produces the specified message code.
getMessageType() - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
getMessageType() - Method in interface org.jboss.dashboard.commons.message.Message
Get the message type.
getMillisTimeToFire() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
getMinCodeTraceTimeMillis() - Method in class org.jboss.dashboard.profiler.Profiler
 
getMinMemoryPercentage() - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
getMinMemorySize() - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
getMisfiredTasks() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getName() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getName() - Method in class org.jboss.dashboard.database.ExternalDataSource
 
getName() - Method in class org.jboss.dashboard.database.InstalledModule
 
getName() - Method in class org.jboss.dashboard.initialModule.InitialModule
 
getNodeAddress() - Method in class org.jboss.dashboard.cluster.ClusterNode
 
getNodeById(Long) - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Returns a cluster node instance for a given identifier.
getNodeByIpAddress(String) - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Returns a cluster node instance for a given IP address.
getNodeByStatus(ClusterNode.ClusterNodeStatus) - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Returns a cluster node/s instance for a given status.
getNodeStatus() - Method in class org.jboss.dashboard.cluster.ClusterNode
 
getNumberOfPages() - Method in class org.jboss.dashboard.commons.collections.CursoredList
 
getNumberOfSamples() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getNumberOfScheduledTasks() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getNumberOfScheduledTasksInQueue() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getObfuscatedPassword() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getObfuscatedUserName() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getObjectName() - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
getPage() - Method in class org.jboss.dashboard.commons.collections.CursoredList
Retrieve elements belonging to current cursor page.
getPageNumber() - Method in class org.jboss.dashboard.commons.collections.CursoredList
 
getPageSize() - Method in class org.jboss.dashboard.commons.collections.CursoredList
 
getParent() - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
getParent() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getParent() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getParentLogger() - Method in class org.jboss.dashboard.database.ExternalDataSource
 
getParentLogger() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getPassword() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getPassword() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getPlatformAvailableLangs() - Method in class org.jboss.dashboard.LocaleManager
Langs supported.
getPlatformAvailableLocales() - Method in class org.jboss.dashboard.LocaleManager
Locales supported by the platform
getPlatformLocale(Locale) - Method in class org.jboss.dashboard.LocaleManager
 
getPrefix() - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
getPriority() - Method in interface org.jboss.dashboard.annotation.Startable
 
getPriority() - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Use highest priority to register the nodes and their statuses as quick as possible on startup.
getPriority() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
getPriority() - Method in class org.jboss.dashboard.initialModule.InitialModulesManager
 
getPrivateField(Object, String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
getProfiler() - Method in class org.jboss.dashboard.CoreServices
 
getProfileTimeMillis() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getProperty(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getPropertyAllowedValues(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getPropertyAllowedValues(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Get the set of allowed values for the property.
getPropertyAllowedValues(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getPropertyAllowMode(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getPropertyAllowMode(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Get the allow mode for a property.
getPropertyAllowMode(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getPropertyIds() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getPropertyIds() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Retgrieve the property ids. specified for this filter.
getPropertyIds() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getPropertyMaxValue(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getPropertyMaxValue(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Get the max. value allowed for the property in the filter.
getPropertyMaxValue(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getPropertyMinValue(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getPropertyMinValue(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Get the min. value allowed for the property in the filter.
getPropertyMinValue(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getPropertyPriority(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getPropertyPriority(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Get the prioority for a given property defined in the filter.
getPropertyPriority(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getPropertyValue(String, Object) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Retrieve the value for a given property.
getPropertyValue(String, Object) - Method in class org.jboss.dashboard.profiler.ThreadProfileFilter
 
getRootCause(Throwable) - Method in class org.jboss.dashboard.error.ErrorManager
Get the root exception.
getRootCodeBlock() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getRunningTasks() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getSampleAverageTimeMillis() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getSampleAverageTimeMillis() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getScheduledTasks() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getScheduler() - Method in class org.jboss.dashboard.CoreServices
 
getSelfTimeMillis() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getSelfTimeMillis() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
getSelfTimeMillis() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getSession() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
getSessionFactory() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
getSessionFactory() - Method in class org.jboss.dashboard.database.hibernate.HibernateSessionFactoryProvider
 
getSetMethodName(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
Generates the name of a create method for the given field name.
getSetter(Object, Method, String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
getSizeOfBigDecimal() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfBoolean() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfByte() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfDate() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfDouble() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfFloat() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfInteger() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfLong() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfShort() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSizeOfTimestamp() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
getSortCriteria(String) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
getSortCriteriaOrdering(String) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
getSortCriteriaOrdering(String) - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
Retrieves the ordering specified for a given criteria.
getSortCriteriaPriority(String) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
getSortCriteriaPriority(String) - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
Retrieves the current priority for a given criteria.
getSqlWildcard() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getStackTraces() - Method in class org.jboss.dashboard.profiler.TimeTrace
 
getStartupTime() - Method in class org.jboss.dashboard.cluster.ClusterNode
 
getState() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getStatus() - Method in class org.jboss.dashboard.database.InstalledModule
 
getStringFromTokens(Vector, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Return a String who contains the strings in the Vector vector separated by delimiter.
getSubjectPrefix() - Method in class org.jboss.dashboard.profiler.Profiler
 
getSubscribers() - Method in class org.jboss.dashboard.commons.events.Publisher
Retrieve registered subscribers.
getSubscribers(int) - Method in class org.jboss.dashboard.commons.events.Publisher
Retrieve registered Subscribers for a specified event.
getTemporalFileName(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Gets a non existing filename in the directory passed as a parameter.
getterName(String) - Static method in class org.jboss.dashboard.commons.text.JavaNamesFormatter
Utility function to get the name of the getter corresponding a given property.
getTestQuery() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getThisMonth(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getThisQuarter(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getThisYear(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getThread() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
getThreadFactory() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getThreadPoolSize() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getThreadProfile() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getThreadProfile(int) - Method in class org.jboss.dashboard.profiler.Profiler
 
getTitle() - Method in exception org.jboss.dashboard.error.BusinessError
 
getToday(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
getTokensFromString(String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Return a vector with str divided in fragments, separated by delimiter.
getTokensFromString(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Return a vector with str divided in fragments.
getTotalMemoryInBytes() - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
Returns the total amount of memory in the Java virtual machine.
getTransactionContext() - Method in interface org.jboss.dashboard.commons.events.Subscriber
Specify the transaction context in which event notifications must be sent to this subscriber.
getType() - Method in class org.jboss.dashboard.database.hibernate.SQLStatementTrace
 
getType() - Method in class org.jboss.dashboard.error.ErrorTrace
 
getType() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
getUnexpectedErrorMessage() - Method in class org.jboss.dashboard.error.ErrorReport
 
getUnexpectedErrorTitle() - Method in class org.jboss.dashboard.error.ErrorReport
 
getUrl() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getUrl() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getUser() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
getUserName() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
getVariableName(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getVariableName(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
 
getVariableName(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getVersion() - Method in class org.jboss.dashboard.database.InstalledModule
 
getVersion() - Method in class org.jboss.dashboard.initialModule.InitialModule
 
getWaitingTasks() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
getWarningArguments() - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
getWarnings() - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
getWeight() - Method in enum org.jboss.dashboard.annotation.Priority
 
getWildcard() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
getWildcard() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
The wildcard symbol used by the filter to compare properties.
getWildcard() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
getYesterday(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
groupById() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
groupByType() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
gt - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
Greater than symbol.
gtOrEq - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
Greater or equals than symbol.

H

hasErrors() - Method in class org.jboss.dashboard.commons.message.MessageList
 
hashCode(Object) - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
hashCode(Object) - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
hashCode() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
hbmConfig - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
header() - Static method in class org.jboss.dashboard.commons.xml.XMLUtils
 
header(String) - Static method in class org.jboss.dashboard.commons.xml.XMLUtils
 
hibernateInitializer - Variable in class org.jboss.dashboard.CoreServices
 
HibernateInitializer - Class in org.jboss.dashboard.database.hibernate
Class that initializes the Hibernate framework.
HibernateInitializer() - Constructor for class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
hibernateSessionFactoryProvider - Variable in class org.jboss.dashboard.CoreServices
 
hibernateSessionFactoryProvider - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
HibernateSessionFactoryProvider - Class in org.jboss.dashboard.database.hibernate
Class that holds the Hibernate SessionFactory initialized during the application start-up time.
HibernateSessionFactoryProvider() - Constructor for class org.jboss.dashboard.database.hibernate.HibernateSessionFactoryProvider
 
HibernateTransaction - Class in org.jboss.dashboard.database.hibernate
A Hibernate transaction in the platform is always tied to a single thread.
HibernateTxFragment - Class in org.jboss.dashboard.database.hibernate
A transaction fragment is a block of code executed inside the scope of a global transaction.
HibernateTxFragment() - Constructor for class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Create a new fragment linked to existing transaction if any
HibernateTxFragment(boolean) - Constructor for class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Create a new fragment
HibernateTxFragment(boolean, boolean) - Constructor for class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Create a new fragment
HibernateTxFragment(boolean, boolean, boolean) - Constructor for class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Create a new fragment
HibernateWork - Interface in org.jboss.dashboard.database.hibernate
Unit of work to be performed within a Hibernate transaction.

I

id - Variable in class org.jboss.dashboard.error.ErrorReport
The error unique identifier
id - Variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
id - Variable in class org.jboss.dashboard.profiler.ThreadProfile
The identifier
idleTimeInMillis - Variable in class org.jboss.dashboard.profiler.Profiler
Amount of time in milliseconds the profile will remain idle between two consecutive profiling snapshots.
importFile - Variable in class org.jboss.dashboard.initialModule.DataSourceIInitialModule
Represents the path of the XML file to import.
indentParagraph(String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Deprecated.
Use indentParagraph(String,int) instead
indentParagraph(String, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Insert "indentSize" spaces before every line of textToModify.
index - Variable in class org.jboss.dashboard.commons.comparator.RuntimeConstrainedComparator
 
indexOf(Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(String, StringBuffer) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Returns the position of the first ocurrence of the substring into the stringbuffer, or -1 if does not ocurr.
indexOf(String, int, StringBuffer) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Returns the position of the first ocurrence of the substring into the stringbuffer, starting at fromIndex, or -1 if does not ocurr.
inferDatabaseName() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
inferDatabaseName(DataSource) - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
INFO - Static variable in interface org.jboss.dashboard.commons.message.Message
Informative message type.
INFO - Static variable in exception org.jboss.dashboard.error.BusinessError
 
init() - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
init() - Method in class org.jboss.dashboard.LocaleManager
 
init() - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
init() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
InitialModule - Class in org.jboss.dashboard.factory
Deprecated.
InitialModule() - Constructor for class org.jboss.dashboard.factory.InitialModule
Deprecated.
 
InitialModule - Class in org.jboss.dashboard.initialModule
A core component addressed to initialize/update an application artifact at system start-up.
InitialModule() - Constructor for class org.jboss.dashboard.initialModule.InitialModule
 
initialModuleList - Variable in class org.jboss.dashboard.initialModule.InitialModuleRegistry
 
InitialModuleRegistry - Class in org.jboss.dashboard.factory
Deprecated.
InitialModuleRegistry() - Constructor for class org.jboss.dashboard.factory.InitialModuleRegistry
Deprecated.
 
InitialModuleRegistry - Class in org.jboss.dashboard.initialModule
 
InitialModuleRegistry() - Constructor for class org.jboss.dashboard.initialModule.InitialModuleRegistry
 
InitialModulesManager - Class in org.jboss.dashboard.initialModule
A platform component that manages the loading and execution of all the registered InitialModule components at start-up time.
InitialModulesManager() - Constructor for class org.jboss.dashboard.initialModule.InitialModulesManager
 
Install - Annotation Type in org.jboss.dashboard.annotation
 
install() - Method in class org.jboss.dashboard.initialModule.DataSourceIInitialModule
 
install() - Method in class org.jboss.dashboard.initialModule.InitialModule
Install this module
installedLocaleIds - Variable in class org.jboss.dashboard.LocaleManager
The list of locales supported.
InstalledModule - Class in org.jboss.dashboard.database
Persistent class that holds information regarding an InitialModule instance already by the InitialModulesManager.
InstalledModule() - Constructor for class org.jboss.dashboard.database.InstalledModule
 
InstalledModule(String, long) - Constructor for class org.jboss.dashboard.database.InstalledModule
 
installedModulesTable - Variable in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
installOrUpgrade(boolean) - Method in class org.jboss.dashboard.initialModule.DataSourceIInitialModule
 
instanceList - Variable in class org.jboss.dashboard.commons.collections.LazyList
List of instances already retrieved by the lazy calls.
intersect(StackTrace) - Method in class org.jboss.dashboard.profiler.StackTrace
Intersect two stack traces.
InvalidDataSourceDefinition - Exception in org.jboss.dashboard.export
The datasource definition is invalid, it does not contains the required properties or are not valid.
InvalidDataSourceDefinition(String) - Constructor for exception org.jboss.dashboard.export.InvalidDataSourceDefinition
 
InvalidDataSourceDefinition(String, Throwable) - Constructor for exception org.jboss.dashboard.export.InvalidDataSourceDefinition
 
invokeMethod(Object, String, Object[]) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
isActive() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
isAutoCommit() - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
isBusinessAppError() - Method in class org.jboss.dashboard.error.ErrorReport
 
isCancelled() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
isCompletedThreadsErrorsEnabled() - Method in class org.jboss.dashboard.profiler.Profiler
 
isDatabase(String) - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isDB2Database() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isDBInterlockException(Throwable) - Method in class org.jboss.dashboard.error.ErrorManager
Check if the specified exception is a DB interlock error.
isDescendantOfType(CodeBlockType) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
isDirectory(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Check if a directory exists and is a directory.
isDisableAutoCommit() - Method in class org.jboss.dashboard.database.ExternalDataSource
 
isDone() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
isEditable() - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
isEditable() - Method in interface org.jboss.dashboard.commons.message.Message
Returns true if this message refers to an editable element
isElapsedTimeExceeded() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
isEnabled() - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
isFixedDelay() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
isGetMethod(Method) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
Checks if the given method is a get method.
isH2Database() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isInitialModulesEnabled() - Method in class org.jboss.dashboard.initialModule.InitialModulesManager
 
isInstallTransactional() - Method in class org.jboss.dashboard.initialModule.InitialModule
 
isInstance(Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Check if object is an business object or an identifier.
isIsMethod(Method) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
Checks if the given method is a 'is' method.
isJavaIdentifier(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Checks if the specified string is a valid java identifier.
isJavaKeyword(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Returns true if the given String is a Java keyword which will cause a problem when used as a variable name.
isJavaPackage(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Checks if the given package name is valid or not.
isLogDBInterlockThreadsEnabled() - Method in class org.jboss.dashboard.error.ErrorManager
 
isLogErrorReportEnabled() - Method in class org.jboss.dashboard.error.ErrorManager
 
isLongDate(Timestamp) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Tells whether Timestamp is in long format: with hours, minutes and seconds fields.
isLowMemory() - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
isMisfired() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
isMutable() - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
isMutable() - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
isMySQLDatabase() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isObfuscated(String) - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
isolation - Variable in class org.jboss.dashboard.database.NonPooledDataSource
 
isOracleDatabase() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isPaused - Variable in class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
isPaused() - Method in class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
isPaused() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
isPersistent() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
isPersistent() - Method in interface org.jboss.dashboard.database.Persistent
 
isPostgresDatabase() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isRollback() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
isRunning() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
isRunning() - Method in class org.jboss.dashboard.profiler.Profiler
 
isRunning() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
isRunning() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
isRunOnStart() - Method in class org.jboss.dashboard.profiler.Profiler
 
isRunOnStart() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
isSetMethod(Method) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
Checks if the given method is a set method.
isSQLServerDatabase() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isStackTraceTooLarge() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
isSybaseDatabase() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isTargetThread() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
isTechnicalAppError() - Method in class org.jboss.dashboard.error.ErrorReport
 
isTeiidDatabase() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
isUpdateFile(String, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Test if the second file was the last modified
isValidDate(String) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Tells whether date/time string is in the format "dd/MM/yyyy".
isValidDouble(String, int) - Static method in class org.jboss.dashboard.commons.text.DecimalFormatUtil
Tell whether a double string is in valid format, according with a number of fraction digits.
isValidFloat(String, int) - Static method in class org.jboss.dashboard.commons.text.DecimalFormatUtil
Tell whether a float string is in valid format, according with a number of fraction digits.
isWrapperFor(Class<?>) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
isWrapperFor(Class<?>) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 

J

jarFiles - Variable in class org.jboss.dashboard.Application
 
JAVA_KEYWORDS - Static variable in class org.jboss.dashboard.commons.text.StringUtil
 
JavaNamesFormatter - Class in org.jboss.dashboard.commons.text
Allows formatting a String to a name acomplishing java names conventions.
JDBCDataSourceEntry - Class in org.jboss.dashboard.database
A data source entry that gets the database connection via the JDBC protocol.
JDBCDataSourceEntry() - Constructor for class org.jboss.dashboard.database.JDBCDataSourceEntry
 
JNDIDataSourceEntry - Class in org.jboss.dashboard.database
A data source entry that gets the database connection doing a JNDI lookup of the target data source.
JNDIDataSourceEntry() - Constructor for class org.jboss.dashboard.database.JNDIDataSourceEntry
 
JSP_FORMATTER - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
JSP_PAGE - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
justify(String, int, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Justify a string.

K

keepOnlyMessagesOfType(int) - Method in class org.jboss.dashboard.commons.message.MessageList
 

L

largeStackTracesCount - Variable in class org.jboss.dashboard.profiler.ThreadProfile
Number of large stack traces captured fot this thread
last() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
last() - Method in class org.jboss.dashboard.profiler.StackTrace
 
lastIndexOf(Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Returns the index of the last occurrence of the specified object in this list.
LazyList - Class in org.jboss.dashboard.commons.collections
List designed to manage large amount of instances.
LazyList(boolean) - Constructor for class org.jboss.dashboard.commons.collections.LazyList
Constructs an empty list.
LazyList(Collection, boolean) - Constructor for class org.jboss.dashboard.commons.collections.LazyList
Constructs a list from the identifiers of the specified collection, in the order they are returned by the collection's iterator.
LEFT_JUSTIFY - Static variable in class org.jboss.dashboard.commons.text.StringUtil
Justify text to the left side.
length() - Method in class org.jboss.dashboard.profiler.StackTrace
 
level - Variable in exception org.jboss.dashboard.error.BusinessError
 
level - Variable in class org.jboss.dashboard.profiler.TimeTrace
 
libDirectory - Variable in class org.jboss.dashboard.Application
 
loadFromXMLNode(Node) - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
loadHibernateDescriptors(Configuration) - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
loadInstances(String[]) - Method in class org.jboss.dashboard.commons.collections.LazyList
Loads the instances with the given identifiers.
LOBHelper - Class in org.jboss.dashboard.database.hibernate
Utility class to help with binary objects in Oracle
LOBHelper() - Constructor for class org.jboss.dashboard.database.hibernate.LOBHelper
 
LOBHelper.ValueWriter - Class in org.jboss.dashboard.database.hibernate
 
localDataSource - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
locale - Variable in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
The criteria locale.
locale - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
The criteria locale.
localeManager - Variable in class org.jboss.dashboard.Application
 
localeManager - Variable in class org.jboss.dashboard.error.ErrorReport
The locale manager.
LocaleManager - Class in org.jboss.dashboard
Manager that holds the list of languages supported.
LocaleManager() - Constructor for class org.jboss.dashboard.LocaleManager
 
localize(Map) - Method in class org.jboss.dashboard.LocaleManager
Given a map of locale->value or language->value, it returns the appropriate value for the current locale.
log - Static variable in class org.jboss.dashboard.cluster.ClusterNodesManager
 
log - Static variable in class org.jboss.dashboard.database.ExternalDataSource
 
log - Static variable in class org.jboss.dashboard.initialModule.InitialModule
 
log - Variable in class org.jboss.dashboard.initialModule.InitialModulesManager
 
logDBInterlockThreadsEnabled - Variable in class org.jboss.dashboard.error.ErrorManager
 
logError(ErrorReport) - Method in class org.jboss.dashboard.error.ErrorManager
Log the specified error report.
logErrorReportEnabled - Variable in class org.jboss.dashboard.error.ErrorManager
 
loginTimeOut - Variable in class org.jboss.dashboard.database.NonPooledDataSource
 
LogProducer - Class in org.jboss.dashboard
 
LogProducer() - Constructor for class org.jboss.dashboard.LogProducer
 
lookup() - Static method in class org.jboss.dashboard.Application
 
lookup() - Static method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
lookup() - Static method in class org.jboss.dashboard.CoreServices
 
lookup() - Static method in class org.jboss.dashboard.database.hibernate.LOBHelper
 
lookup() - Static method in class org.jboss.dashboard.error.ErrorManager
Get an ExceptionManager instance.
lookup() - Static method in class org.jboss.dashboard.LocaleManager
 
lookup() - Static method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
lookup() - Static method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
lookup() - Static method in class org.jboss.dashboard.profiler.Profiler
 
lookup() - Static method in class org.jboss.dashboard.scheduler.Scheduler
Get the scheduler instance.
lookupBeanByName(String) - Method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
 
lookupBeanByNameOrType(String) - Method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
 
lookupBeanByType(Class<T>) - Method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
 
lookupBeanByType(String) - Method in class org.jboss.dashboard.commons.cdi.CDIBeanLocator
 
lowerFirstLetter(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Converts the first letter to lower case.
lowerFirstUp(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Upper case the first character in a String, lower the rest of the string.
LowMemoryConstraints - Class in org.jboss.dashboard.profiler.memory
A runtime constraint
LowMemoryConstraints() - Constructor for class org.jboss.dashboard.profiler.memory.LowMemoryConstraints
 
lowMemoryConstraints - Variable in class org.jboss.dashboard.profiler.Profiler
Low memory runtime constraints are always added to the root trace of every thread profile in order to ensure the system never runs out of memory.
LowMemoryException - Exception in org.jboss.dashboard.profiler.memory
 
LowMemoryException(String) - Constructor for exception org.jboss.dashboard.profiler.memory.LowMemoryException
 
lt - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
Less than symbol.
ltOrEq - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
Less or equals than symbol.

M

main(String[]) - Static method in class org.jboss.dashboard.commons.comparator.ComparatorUtils
Test compare methods.
main(String[]) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils
 
main(String[]) - Static method in class org.jboss.dashboard.commons.misc.Chronometer
Main function
main(String[]) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
main(String[]) - Static method in class org.jboss.dashboard.commons.security.cipher.PBEWithMD5AndDESCipher
 
main(String[]) - Static method in class org.jboss.dashboard.commons.text.StringUtil
 
main(String[]) - Static method in class org.jboss.dashboard.commons.text.TextOfuscator
Insert the method's description here.
main(String[]) - Static method in class org.jboss.dashboard.error.ErrorReport
 
makeBackupFile(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Make a backup copy of a file denoted by a pathname, renaming the original file into a *.bak file.
makeSQLString(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Convert a string to SQL sentence string.
markAsRollbackOnly() - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Mark the transaction as rollback only
markAsRollbackOnly(Throwable) - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Mark the transaction as rollback only
marks - Variable in class org.jboss.dashboard.commons.misc.Chronometer
 
max - Variable in class org.jboss.dashboard.profiler.CodeBlockTraces
 
max() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
maxStackTraceLength - Variable in class org.jboss.dashboard.profiler.ThreadProfile
Maximum stack trace length allowed.
maxThreadDurationInMillis - Variable in class org.jboss.dashboard.profiler.ThreadProfile
Maximum thread length allowed.
maxThreadPoolSize - Variable in class org.jboss.dashboard.scheduler.Scheduler
 
maxThreadProfilingTimeMillis - Variable in class org.jboss.dashboard.profiler.Profiler
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.
maxThreadStackTraceLength - Variable in class org.jboss.dashboard.profiler.Profiler
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.
maxValueIncluded(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
maxValueIncluded(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Check if max. value defined must be considered as valid.
maxValueIncluded(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
MemoryProfiler - Class in org.jboss.dashboard.profiler.memory
The memory profiler provides information about the total and available memory of the underlying JVM running instance.
MemoryProfiler() - Constructor for class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
merge(AbstractFilter) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
Message - Interface in org.jboss.dashboard.commons.message
A message.
message - Variable in exception org.jboss.dashboard.error.BusinessError
 
messageCode - Variable in exception org.jboss.dashboard.commons.message.AbstractMessage
The message code.
MessageList - Class in org.jboss.dashboard.commons.message
A list of messages.
MessageList() - Constructor for class org.jboss.dashboard.commons.message.MessageList
 
MessageList(Collection<Message>) - Constructor for class org.jboss.dashboard.commons.message.MessageList
 
messageType - Variable in exception org.jboss.dashboard.commons.message.AbstractMessage
Message type;
min - Variable in class org.jboss.dashboard.profiler.CodeBlockTraces
 
min() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
minCodeTraceTimeMillis - Variable in class org.jboss.dashboard.profiler.Profiler
The minimum required time length in milliseconds for a code trace to be saved by the profiler.
minValueIncluded(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
minValueIncluded(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Check if min. value defined must be considered as valid.
minValueIncluded(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
moveFile(String, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
MOve a file to another file using a static buffer of DEFAULT_BUFFER_SIZE
moveFile(InputStream, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Move a file to another file using a static buffer of DEFAULT_BUFFER_SIZE
moveFile(String, String, int) - Static method in class org.jboss.dashboard.commons.io.FileUtil
MOve a file to another file using a buffer of maximum size
moveFile(InputStream, String, int) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Move a file to another file using a buffer of maximum size

N

name - Variable in class org.jboss.dashboard.database.ExternalDataSource
 
namePrefix - Variable in class org.jboss.dashboard.scheduler.SchedulerThreadFactory
 
nativeStrToTimestamp(String) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Parse a native date/time string.
nativeToHiloReplaceableDialects - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
nativeToSequenceReplaceableDialects - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
newCodeBlockTrace(CodeBlockType, String, String, Map<String, Object>) - Static method in class org.jboss.dashboard.profiler.CodeBlockHelper
 
newCodeBlockType(String, String) - Static method in class org.jboss.dashboard.profiler.CodeBlockHelper
 
newInstanceForClass(Class<T>) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
newThread(Runnable) - Method in class org.jboss.dashboard.scheduler.SchedulerThreadFactory
 
newTransactionRequested - Variable in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Flag to control the reuse of the current transaction.
NON_TILDED_CHARS - Static variable in class org.jboss.dashboard.commons.text.StringUtil
 
NonPooledDataSource - Class in org.jboss.dashboard.database
A data source implementation that bounds every connection to the underlying thread.
NonPooledDataSource() - Constructor for class org.jboss.dashboard.database.NonPooledDataSource
 
notifyAfterCommit(HibernateTxFragment) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
notifyAfterRollback(HibernateTxFragment) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
notifyBeforeCommit(HibernateTxFragment) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
notifyBeforeRollback(HibernateTxFragment) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
notifyError(Throwable, boolean) - Method in class org.jboss.dashboard.error.ErrorManager
Generate an error report and log the error if requested.
notifyEvent(int, Object) - Method in class org.jboss.dashboard.commons.events.Publisher
Interface used to fire events.
notifyEvent(int, Object) - Method in interface org.jboss.dashboard.commons.events.Subscriber
An event is notified by the Publisher to this Subscriber.
notifyListener(boolean, HibernateTxFragment) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Invoke the callbacks on a listener
notifyListeners(boolean) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Invoke the callbacks on listeners
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
nullSafeSet(PreparedStatement, Object, int, LOBHelper.ValueWriter) - Method in class org.jboss.dashboard.database.hibernate.LOBHelper
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 

O

obfuscate(String) - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
obfuscate(String) - Static method in class org.jboss.dashboard.commons.text.TextOfuscator
 
obfuscatedPrefix - Static variable in class org.jboss.dashboard.commons.text.TextOfuscator
 
ocurrencesOf(String, char) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Get the number of ocurrences of a character into a string
oracleNullSafeSet(PreparedStatement, Object, int, LOBHelper.ValueWriter) - Method in class org.jboss.dashboard.database.hibernate.LOBHelper
 
ORDER_ASCENDING - Static variable in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
 
ORDER_DESCENDING - Static variable in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
 
ORDER_UNSPECIFIED - Static variable in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
 
org.jboss.dashboard - package org.jboss.dashboard
 
org.jboss.dashboard.annotation - package org.jboss.dashboard.annotation
 
org.jboss.dashboard.annotation.config - package org.jboss.dashboard.annotation.config
 
org.jboss.dashboard.cluster - package org.jboss.dashboard.cluster
 
org.jboss.dashboard.commons.cdi - package org.jboss.dashboard.commons.cdi
 
org.jboss.dashboard.commons.collections - package org.jboss.dashboard.commons.collections
 
org.jboss.dashboard.commons.comparator - package org.jboss.dashboard.commons.comparator
 
org.jboss.dashboard.commons.events - package org.jboss.dashboard.commons.events
 
org.jboss.dashboard.commons.filter - package org.jboss.dashboard.commons.filter
 
org.jboss.dashboard.commons.io - package org.jboss.dashboard.commons.io
 
org.jboss.dashboard.commons.message - package org.jboss.dashboard.commons.message
 
org.jboss.dashboard.commons.misc - package org.jboss.dashboard.commons.misc
 
org.jboss.dashboard.commons.security.cipher - package org.jboss.dashboard.commons.security.cipher
 
org.jboss.dashboard.commons.security.password - package org.jboss.dashboard.commons.security.password
 
org.jboss.dashboard.commons.text - package org.jboss.dashboard.commons.text
 
org.jboss.dashboard.commons.xml - package org.jboss.dashboard.commons.xml
 
org.jboss.dashboard.database - package org.jboss.dashboard.database
 
org.jboss.dashboard.database.hibernate - package org.jboss.dashboard.database.hibernate
 
org.jboss.dashboard.error - package org.jboss.dashboard.error
Error management subsystem addressed to provide a common error management framework to the platform.
org.jboss.dashboard.export - package org.jboss.dashboard.export
 
org.jboss.dashboard.factory - package org.jboss.dashboard.factory
 
org.jboss.dashboard.initialModule - package org.jboss.dashboard.initialModule
 
org.jboss.dashboard.profiler - package org.jboss.dashboard.profiler
 
org.jboss.dashboard.profiler.memory - package org.jboss.dashboard.profiler.memory
 
org.jboss.dashboard.scheduler - package org.jboss.dashboard.scheduler
 

P

PANEL_ACTION - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
parent - Variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
parent - Variable in class org.jboss.dashboard.profiler.TimeTrace
 
parentFragment - Variable in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
The parent fragment.
parseAndSetFieldValue(Object, String, String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
parseAndSetFieldValues(Object, String, String[]) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
parseASCIITemplate(String, Map) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Parses an ASCII template that contains parameters like [#param#] and replace them with the values associated in params.
parseASCIITemplate(String, Map, String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
 
parseASCIITemplate(String, Map, String, String, boolean) - Static method in class org.jboss.dashboard.commons.text.StringUtil
 
parseValue(String, Class<T>) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
pass(String, Object) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Check if a value satisfies a property filter.
pass(String, Object, List, int) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Check if a given value (either a single object or a collection) satisfies a collection of allowed values.
pass(Map) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
pass(Object) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
pass(Map) - Method in interface org.jboss.dashboard.commons.filter.Filter
Apply the filter to the given object.
pass(Object) - Method in interface org.jboss.dashboard.commons.filter.Filter
Apply the filter to the given object.
pass(String, Object) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Check if a value satisfies a defined property filter.
pass(String, Object) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
pass(Object) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
passValue(String, Object, List, int) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
Check if a given value satisfies a collection of allowed values.
password - Variable in class org.jboss.dashboard.database.NonPooledDataSource
 
PasswordObfuscator - Class in org.jboss.dashboard.commons.security.password
 
PasswordObfuscator() - Constructor for class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
PausableThreadPoolExecutor - Class in org.jboss.dashboard.scheduler
A scheduler implementation that adds pause/resume capabilities to the standard scheduler.
PausableThreadPoolExecutor(int) - Constructor for class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
PausableThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
PausableThreadPoolExecutor(int, ThreadFactory) - Constructor for class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
PausableThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
pause() - Method in class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
pause() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
pauseLock - Variable in class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
PBEWithMD5AndDESCipher - Class in org.jboss.dashboard.commons.security.cipher
 
PBEWithMD5AndDESCipher() - Constructor for class org.jboss.dashboard.commons.security.cipher.PBEWithMD5AndDESCipher
 
persist(int) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
Persistent - Interface in org.jboss.dashboard.database
A persistent entity. i.e: it can be saved, updated and deleted.
prefix - Variable in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
print(Calendar[]) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils
 
printActiveThreadsReport() - Method in class org.jboss.dashboard.profiler.Profiler
 
printChildStackTrace() - Method in class org.jboss.dashboard.profiler.TimeTrace
If this is a child stack trace (has a parent) then only print the stack trace fragment that belongs exclusively to itself.
printCompletedThreadsReport(long, boolean) - Method in class org.jboss.dashboard.profiler.Profiler
 
printContext(int) - Method in class org.jboss.dashboard.error.ErrorReport
 
printContext(boolean) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
printContext(boolean, String, String) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
printContext(boolean, String, String, int) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
printContext() - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
printCurrentContext() - Static method in class org.jboss.dashboard.profiler.ProfilerHelper
 
printErrorMessage() - Method in class org.jboss.dashboard.error.ErrorReport
 
printErrorTitle() - Method in class org.jboss.dashboard.error.ErrorReport
 
printExceptionTrace() - Method in class org.jboss.dashboard.error.ErrorReport
 
printIndent(StringBuffer, int) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
printMap(Map, String, String) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
printMap(Map, String, String, int) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
printScheduledTasksReport() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
printStackElement(StackTraceElement, int) - Static method in class org.jboss.dashboard.profiler.StackTrace
 
printStackTrace() - Method in class org.jboss.dashboard.profiler.StackTrace
 
printStackTrace(Thread, int) - Static method in class org.jboss.dashboard.profiler.ThreadProfile
 
printThreadsSummaryReport() - Method in class org.jboss.dashboard.profiler.Profiler
 
printTimeToFire() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
printTree(long, boolean, String, int) - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
printWriter - Variable in class org.jboss.dashboard.database.NonPooledDataSource
 
Priority - Enum in org.jboss.dashboard.annotation
 
processXMLContents(String) - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
produceLogger(InjectionPoint) - Method in class org.jboss.dashboard.LogProducer
 
profiler - Variable in class org.jboss.dashboard.CoreServices
 
Profiler - Class in org.jboss.dashboard.profiler
The profiler keeps track of threads execution with the following goals in mind: Provide real-time information about where threads spend their execution time.
Profiler() - Constructor for class org.jboss.dashboard.profiler.Profiler
 
ProfilerHelper - Class in org.jboss.dashboard.profiler
 
ProfilerHelper() - Constructor for class org.jboss.dashboard.profiler.ProfilerHelper
 
profilerThread - Variable in class org.jboss.dashboard.profiler.Profiler
The profiler thread.
PROPERTY_DRIVER_CLASS - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
 
PROPERTY_JNDI - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
 
PROPERTY_NAME - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
 
PROPERTY_PASSWORD - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
 
PROPERTY_TEST_QUERY - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
 
PROPERTY_TYPE - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
The properties for the datasource definition.
PROPERTY_URL - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
 
PROPERTY_USER - Static variable in class org.jboss.dashboard.export.DataSourceImportManager
 
Publisher - Class in org.jboss.dashboard.commons.events
The publisher party int the publish/subscribe GoF design pattern.
Publisher() - Constructor for class org.jboss.dashboard.commons.events.Publisher
 

R

readConfig(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readFile(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Read a file into a buffer sized the size of the file
readFromInputStream(InputStream) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Reads a set of bytes from an InputStream and returns the data as a byte array.
readLines(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Read all lines of text in a file.
readPrimitiveBoolean(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readPrimitiveByte(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readPrimitiveDouble(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readPrimitiveFloat(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readPrimitiveInt(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readPrimitiveLong(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readPrimitiveShort(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readProperties(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readResourceFile(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Tries to read a file from disk, if it doesn't exist try to read from the CLASSPATH.
readStringArray(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readStringList(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readStringMap(InjectionPoint) - Method in class org.jboss.dashboard.annotation.config.ConfigReader
 
readXMLForFile(String, InputStream) - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
ReflectionUtils - Class in org.jboss.dashboard.commons.misc
 
ReflectionUtils() - Constructor for class org.jboss.dashboard.commons.misc.ReflectionUtils
 
registerForCallbackNotifications() - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Enable callback method notifications: beforeCommit, afterCommit will be invoked if the transaction is commited and beforeRollback, afterRollback otherwise.
registerInitialModule(InitialModule) - Method in class org.jboss.dashboard.initialModule.InitialModuleRegistry
 
remove(Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Removes the process from the collection
remove(CodeBlockTrace) - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
removeAll(Collection) - Method in class org.jboss.dashboard.commons.collections.LazyList
Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Remove all the ocurrences of a substring from a string
removeAll(String, String[]) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Remove all the ocurrences of a group of substring from a string
removeAllProperty() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
removeAllProperty() - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Clear filter.
removeAllProperty() - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
removeAllSortCriteria() - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
removeAllSortCriteria() - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
Removes all sort criterias.
removeAllThreads() - Method in class org.jboss.dashboard.profiler.Profiler
 
removeChild(CodeBlockTrace) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
removeComments(String) - Method in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
removeFirst(String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Remove the first ocurrence of a substring from a string
removeId(String) - Method in class org.jboss.dashboard.commons.collections.LazyList
Remove identifier from list.
removeMessagesOfType(int) - Method in class org.jboss.dashboard.commons.message.MessageList
 
removeProperties(FilterByCriteria) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
removeProperties(FilterByCriteria) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Remove all the specified filter properties.
removeProperty(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
removeProperty(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Remove property from the filter.
removeProperty(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
removeSortCriteria(String) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
removeSortCriteria(String) - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
Removes a sort criteria.
removeThread(ThreadProfile) - Method in class org.jboss.dashboard.profiler.Profiler
 
renameFile(String, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Rename a file
repeat(String, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Repeat a String n times.
replace(String, String, String, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Replace the ocurrences of a string in a File with new string
replace(String, String, String[], String[]) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Replace the ocurrences of a list of strings in a File with new strings
replace(String, char, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Deprecated.
replaced by replaceAll()
replace(String, String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Deprecated.
replaced by replaceAll()
replace(Object, Object, Object) - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
replace(Object, Object, Object) - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
replaceAll(String, char, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Replaces a character of a String with characters in the specified new substring.
replaceAll(String, String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Replaces the characters in a substring of a String with characters in the specified new substring.
replaceAll(String, String[], String[]) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Replaces the characters in all substrings of a String with characters in the specified array of substrings.
replaceAll(String, Vector, Vector, String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Returns a String who replace Strings include into str, which are into delimiters and known in in, to corresponding String from out.
replaceAll(String, String[], String[], String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Returns a String who replace Strings include into str, which are into delimiters and known in in, to corresponding String from out.
replaceFirst(String, String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Replacing first ocurrence of oldStr in origStr with newStr
replaceParamsValues(Map, String, String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Replace all the occurences of oldSubstring with newSubstring in the values of a parameter mapping structure
replaceUnicodeCharacters(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Convert special characters in unicode characters
restoreBackupFile(String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Restore a backup copy of a file denoted by a pathname, renaming the backup file (*.bak) into a original file.
resume() - Method in class org.jboss.dashboard.commons.misc.Chronometer
Resume the timer.
resume() - Method in class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
resume() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
returnedClass() - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
returnedClass() - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
reverseIndex(int) - Method in class org.jboss.dashboard.profiler.StackTrace
 
RIGHT_JUSTIFY - Static variable in class org.jboss.dashboard.commons.text.StringUtil
Justify text to the right side.
rollback() - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
Rollback the transaction
rootCodeBlock - Variable in class org.jboss.dashboard.profiler.ThreadProfile
The root trace.
run() - Method in class org.jboss.dashboard.profiler.Profiler
 
run() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
runDDL(String) - Method in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
running - Variable in class org.jboss.dashboard.profiler.Profiler
The profiler thread status flag.
running - Variable in class org.jboss.dashboard.scheduler.SchedulerTask
 
runOnStart - Variable in class org.jboss.dashboard.profiler.Profiler
Switch on the profiler on start.
runOnStart - Variable in class org.jboss.dashboard.scheduler.Scheduler
 
runSQLFile(File) - Method in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 
RUNTIME_CONTRAINTS_ENABLED - Static variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
RuntimeConstrainedComparator - Class in org.jboss.dashboard.commons.comparator
 
RuntimeConstrainedComparator(Comparator, int) - Constructor for class org.jboss.dashboard.commons.comparator.RuntimeConstrainedComparator
 
RuntimeConstraint - Interface in org.jboss.dashboard.profiler
A runtime constraint
runtimeConstraints - Variable in class org.jboss.dashboard.profiler.CodeBlockTrace
 
runWork(HibernateWork) - Static method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 

S

save() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
save() - Method in interface org.jboss.dashboard.database.Persistent
 
saveOrUpdate() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
SCALAR_FUNCTION - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
schedule(SchedulerTask, Date) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
schedule(SchedulerTask, long) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
schedule(SchedulerTask, Date, boolean) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
schedule(SchedulerTask, long, boolean) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
scheduledTasks - Variable in class org.jboss.dashboard.scheduler.Scheduler
 
scheduler - Variable in class org.jboss.dashboard.CoreServices
 
Scheduler - Class in org.jboss.dashboard.scheduler
Task scheduler component.
Scheduler() - Constructor for class org.jboss.dashboard.scheduler.Scheduler
 
SchedulerTask - Class in org.jboss.dashboard.scheduler
A scheduler task is a job to be executed in the future.
SchedulerTask() - Constructor for class org.jboss.dashboard.scheduler.SchedulerTask
 
SchedulerTaskComparator - Class in org.jboss.dashboard.scheduler
Class used to compare scheduler tasks.
SchedulerTaskComparator() - Constructor for class org.jboss.dashboard.scheduler.SchedulerTaskComparator
 
SchedulerThreadFactory - Class in org.jboss.dashboard.scheduler
The factory class in charge of the initialization of the threads created by the scheduler.
SchedulerThreadFactory() - Constructor for class org.jboss.dashboard.scheduler.SchedulerThreadFactory
 
selfTimeMillis - Variable in class org.jboss.dashboard.profiler.CodeBlockTraces
 
set(int, Object) - Method in class org.jboss.dashboard.commons.collections.LazyList
Replaces the element at the specified position in this list with the specified element.
setAncestorTypes(Set<CodeBlockType>) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
setAtDayEnd(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
setAtDayStart(Calendar) - Static method in class org.jboss.dashboard.commons.misc.CalendarUtils.CalendarRangeUtils
 
setAutoCommit(Connection, boolean) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
setAutoCommit(boolean) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setAutoCommit(Connection, boolean) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setBaseAppDirectory(String) - Method in class org.jboss.dashboard.Application
 
setBaseCfgDirectory(String) - Method in class org.jboss.dashboard.Application
 
setBeginTimeMillis(long) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
setChildren(CodeBlockTraces) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
setChildren(List<TimeTrace>) - Method in class org.jboss.dashboard.profiler.TimeTrace
 
setCipher(PBEWithMD5AndDESCipher) - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
setCodeBlock(CodeBlockTrace) - Method in class org.jboss.dashboard.error.ErrorReport
 
setCompletedThreadsErrorsEnabled(boolean) - Method in class org.jboss.dashboard.profiler.Profiler
 
setCompletedThreadsFilter(ThreadProfileFilter) - Method in class org.jboss.dashboard.profiler.Profiler
 
setCompletedThreadsMaxSize(int) - Method in class org.jboss.dashboard.profiler.Profiler
 
setCompletedThreadsMinTimeMillis(long) - Method in class org.jboss.dashboard.profiler.Profiler
 
setContent(byte[]) - Method in class org.jboss.dashboard.commons.xml.XMLNode
 
setContext(CodeBlockTrace) - Method in class org.jboss.dashboard.profiler.StackTrace
 
setCurrentLang(String) - Method in class org.jboss.dashboard.LocaleManager
Set the current language for displaying contents
setCurrentLocale(Locale) - Method in class org.jboss.dashboard.LocaleManager
 
setCurrentNodeStatus(ClusterNode.ClusterNodeStatus) - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Sets a status for current node.
setDataSourceEntry(DataSourceEntry) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
setDataSourceImportManager(DataSourceImportManager) - Method in class org.jboss.dashboard.CoreServices
 
setDataSourceManager(DataSourceManager) - Method in class org.jboss.dashboard.CoreServices
 
setDate(Date) - Method in class org.jboss.dashboard.error.ErrorReport
 
setDbid(Long) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setDefaultLocale(Locale) - Method in class org.jboss.dashboard.LocaleManager
 
setDefaultLocaleId(String) - Method in class org.jboss.dashboard.LocaleManager
 
setDefaultSchema(String) - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
setDisableAutoCommit(boolean) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
setDriver(String) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setDriverClass(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setElapsedTimeMillis(long) - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
setElements(Object[]) - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
setElements(Object[]) - Method in interface org.jboss.dashboard.commons.message.Message
 
setEnabled(boolean) - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
setEndTimeMillis(long) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
setErrorManager(ErrorManager) - Method in class org.jboss.dashboard.CoreServices
 
setErrorReport(ErrorReport) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
setException(Throwable) - Method in class org.jboss.dashboard.error.ErrorReport
 
setExtraInfo(String, String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
setExtraInfo(String, String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Set additional information regarding the property.
setExtraInfo(String, String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
setFetchSize(int) - Method in class org.jboss.dashboard.commons.collections.LazyList
The number of elements fetched when invoking the get(index) method.
setFieldFile(Object, String, File) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
setFieldValue(Object, String, Object) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
setFilterCondition(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
setFilterCondition(String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
Define the condition to be applied to the set of property filters when executing the pass(Object) method.
setFilterCondition(String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
setFixedDelaySeconds(long) - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
setGt(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
setGtOrEq(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
setHibernateInitializer(HibernateInitializer) - Method in class org.jboss.dashboard.CoreServices
 
setHibernateSessionFactoryProvider(HibernateSessionFactoryProvider) - Method in class org.jboss.dashboard.CoreServices
 
setId(Long) - Method in class org.jboss.dashboard.cluster.ClusterNode
 
setId(String) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
setId(String) - Method in class org.jboss.dashboard.error.ErrorReport
 
setId(String) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
setId(String) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
setIdleTimeInMillis(long) - Method in class org.jboss.dashboard.profiler.Profiler
 
setImportFile(String) - Method in class org.jboss.dashboard.initialModule.DataSourceIInitialModule
 
setInitialModulesEnabled(boolean) - Method in class org.jboss.dashboard.initialModule.InitialModulesManager
 
setInstalledLocaleIds(String[]) - Method in class org.jboss.dashboard.LocaleManager
 
setInstallTransactional(boolean) - Method in class org.jboss.dashboard.initialModule.InitialModule
 
setIsolation(int) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setIsolation(Connection, int) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setJndiPath(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setLevel(int) - Method in exception org.jboss.dashboard.error.BusinessError
 
setLevel(int) - Method in class org.jboss.dashboard.profiler.TimeTrace
 
setLibDirectory(String) - Method in class org.jboss.dashboard.Application
 
setList(List) - Method in class org.jboss.dashboard.commons.collections.CursoredList
 
setLocale(Locale) - Method in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
 
setLocale(Locale) - Method in interface org.jboss.dashboard.commons.comparator.ComparatorByCriteria
 
setLocale(Locale) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
setLocale(Locale) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
 
setLocale(Locale) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
setLogDBInterlockThreadsEnabled(boolean) - Method in class org.jboss.dashboard.error.ErrorManager
 
setLogErrorReportEnabled(boolean) - Method in class org.jboss.dashboard.error.ErrorManager
 
setLoginTimeout(int) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
setLoginTimeout(int) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setLogWriter(PrintWriter) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
setLogWriter(PrintWriter) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setLt(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
setLtOrEq(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
setMaxStackTraceLength(int) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
setMaxThreadDurationInMillis(long) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
setMaxThreadPoolSize(int) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
setMaxThreadProfilingTimeMillis(long) - Method in class org.jboss.dashboard.profiler.Profiler
 
setMaxThreadStackTraceLength(int) - Method in class org.jboss.dashboard.profiler.Profiler
 
setMessageCode(String) - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
setMessageCode(String) - Method in interface org.jboss.dashboard.commons.message.Message
 
setMessageType(int) - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
 
setMinCodeTraceTimeMillis(long) - Method in class org.jboss.dashboard.profiler.Profiler
 
setMinMemoryPercentage(float) - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
setMinMemorySize(long) - Method in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
setName(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setName(String) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
setName(String) - Method in class org.jboss.dashboard.database.InstalledModule
 
setName(String) - Method in class org.jboss.dashboard.initialModule.InitialModule
 
setNodeAddress(String) - Method in class org.jboss.dashboard.cluster.ClusterNode
 
setNodeStatus(String) - Method in class org.jboss.dashboard.cluster.ClusterNode
 
setNodeStatus(Long, ClusterNode.ClusterNodeStatus) - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Sets a status for a node.
setObfuscatedPassword(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setObfuscatedUserName(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setPageNumber(int) - Method in class org.jboss.dashboard.commons.collections.CursoredList
Sets current page.
setPageSize(int) - Method in class org.jboss.dashboard.commons.collections.CursoredList
 
setParent(CodeBlockTrace) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
setParent(TimeTrace) - Method in class org.jboss.dashboard.profiler.TimeTrace
 
setPassword(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setPassword(String) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setPrefix(String) - Method in class org.jboss.dashboard.commons.security.password.PasswordObfuscator
 
setProfiler(Profiler) - Method in class org.jboss.dashboard.CoreServices
 
setRollback(boolean) - Method in class org.jboss.dashboard.database.hibernate.HibernateTransaction
 
setRunOnStart(boolean) - Method in class org.jboss.dashboard.profiler.Profiler
 
setRunOnStart(boolean) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
setScheduler(Scheduler) - Method in class org.jboss.dashboard.CoreServices
 
setSessionFactory(SessionFactory) - Method in class org.jboss.dashboard.database.hibernate.HibernateSessionFactoryProvider
 
setSizeOfBigDecimal(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfBoolean(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfByte(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfDate(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfDouble(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfFloat(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfInteger(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfLong(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfShort(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setSizeOfTimestamp(int) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
setStackTraces(List<StackTrace>) - Method in class org.jboss.dashboard.profiler.TimeTrace
 
setStartupTime(Date) - Method in class org.jboss.dashboard.cluster.ClusterNode
 
setStatus(String) - Method in class org.jboss.dashboard.database.InstalledModule
 
setTargetThread(boolean) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
setterName(String) - Static method in class org.jboss.dashboard.commons.text.JavaNamesFormatter
Utility function to get the name of the setter corresponding a given property.
setTestQuery(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setThreadFactory(ThreadFactory) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
setThreadProfile(ThreadProfile) - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
setTitle(String) - Method in exception org.jboss.dashboard.error.BusinessError
 
setUrl(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setUrl(String) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setUser(String) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
setUserName(String) - Method in class org.jboss.dashboard.database.DataSourceEntry
 
setVariableName(String, String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
setVariableName(String, String) - Method in interface org.jboss.dashboard.commons.filter.FilterByCriteria
An alias or variable to be assigned to the property .
setVariableName(String, String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
setVersion(long) - Method in class org.jboss.dashboard.database.InstalledModule
 
setVersion(long) - Method in class org.jboss.dashboard.initialModule.InitialModule
 
setWildcard(String) - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
shouldInstallModules() - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Check if another node is currently installing initial modules.
shutdown() - Method in class org.jboss.dashboard.profiler.Profiler
 
shutdown() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
size() - Method in class org.jboss.dashboard.profiler.CodeBlockTraces
 
SIZE_UNITS - Static variable in class org.jboss.dashboard.profiler.memory.MemoryProfiler
 
SizeEstimations - Class in org.jboss.dashboard.profiler.memory
 
SizeEstimations() - Constructor for class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOf(Object) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfBigDecimal - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfBoolean - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfByte - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfDate - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfDouble - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfFloat - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfInteger - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfLong - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfMap - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfShort - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfString(String) - Method in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sizeOfTimestamp - Variable in class org.jboss.dashboard.profiler.memory.SizeEstimations
 
sortCriterias - Variable in class org.jboss.dashboard.commons.comparator.AbstractComparatorByCriteria
Sort criteria list.
soundTrex(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Soundtrex algorithm.
spaces(int) - Static method in class org.jboss.dashboard.commons.xml.XMLUtils
 
SPECIAL_CHARS - Static variable in class org.jboss.dashboard.commons.text.StringUtil
 
SQL - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
SQL_formatValue(Object) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
SQL_getWhereClause(String, String) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
SQL_getWhereClause(String, String, boolean) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
Retrieves the SQL condition that defines the contraints set for the given property.
SQL_getWhereClause(String, String, boolean, boolean) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
Retrieves the SQL condition that defines the contraints set for the given property.
SQL_getWhereClause(boolean, String[]) - Method in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
Get and SQL where clause composed of several single property SQL where clauses.
SQLFilterByCriteria - Class in org.jboss.dashboard.commons.filter
This helper class is addressed to be used by dynamic SQL generation custom algorithms.
SQLFilterByCriteria() - Constructor for class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
SQLFilterByCriteria(FilterByCriteria) - Constructor for class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
 
SQLStatementTrace - Class in org.jboss.dashboard.database.hibernate
 
SQLStatementTrace(String) - Constructor for class org.jboss.dashboard.database.hibernate.SQLStatementTrace
 
sqlTypes() - Method in class org.jboss.dashboard.database.hibernate.BinaryBlobType
 
sqlTypes() - Method in class org.jboss.dashboard.database.hibernate.StringBlobType
 
sqlWildcard - Variable in class org.jboss.dashboard.commons.filter.SQLFilterByCriteria
The SQL wildcard.
StackTrace - Class in org.jboss.dashboard.profiler
A snapshot of a thread execution at a given time.
StackTrace(StackTraceElement[], CodeBlockTrace) - Constructor for class org.jboss.dashboard.profiler.StackTrace
 
stackTrace - Variable in class org.jboss.dashboard.profiler.StackTrace
 
stackTraces - Variable in class org.jboss.dashboard.profiler.ThreadProfile
Stack trace samples captured by the profiler.
stackTraces - Variable in class org.jboss.dashboard.profiler.TimeTrace
 
stackTraceTooLarge - Variable in class org.jboss.dashboard.profiler.ThreadProfile
Flag indicating that a too large stack trace (defined by the maxStackTraceLength property) has been produced by this thread.
start() - Method in interface org.jboss.dashboard.annotation.Startable
 
start() - Method in class org.jboss.dashboard.Application
 
start() - Method in class org.jboss.dashboard.cluster.ClusterNodesManager
Register the node into the table.
start() - Method in class org.jboss.dashboard.commons.misc.Chronometer
Start the timer.
start(String) - Method in class org.jboss.dashboard.commons.misc.Chronometer
Set a mark.
start() - Method in class org.jboss.dashboard.database.DataSourceManager
 
start() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
start() - Method in class org.jboss.dashboard.initialModule.InitialModulesManager
 
start() - Method in class org.jboss.dashboard.profiler.Profiler
 
Startable - Interface in org.jboss.dashboard.annotation
 
StartableProcessor - Class in org.jboss.dashboard.annotation
 
StartableProcessor() - Constructor for class org.jboss.dashboard.annotation.StartableProcessor
 
startables - Variable in class org.jboss.dashboard.annotation.StartableProcessor
 
startupProcessor - Variable in class org.jboss.dashboard.Application
 
STATE_COMPLETED - Static variable in class org.jboss.dashboard.profiler.ThreadProfile
 
STATE_ERROR - Static variable in class org.jboss.dashboard.profiler.ThreadProfile
 
STATUS_LOADING - Static variable in class org.jboss.dashboard.database.InstalledModule
 
stop() - Method in class org.jboss.dashboard.commons.misc.Chronometer
Stop the timer.
stopTime - Variable in class org.jboss.dashboard.commons.misc.Chronometer
 
STRING_ENCODING - Static variable in class org.jboss.dashboard.database.hibernate.StringBlobType
 
StringBlobType - Class in org.jboss.dashboard.database.hibernate
Note that we don't use CLOBs to avoid ORACLE handling the encoding.
StringBlobType() - Constructor for class org.jboss.dashboard.database.hibernate.StringBlobType
 
StringUtil - Class in org.jboss.dashboard.commons.text
Utilities to work with strings.
stripAfterWhere(String) - Static method in class org.jboss.dashboard.database.hibernate.SQLStatementTrace
To group sensibly and to avoid recording sensitive data, Don't record the where clause (only used for dynamic SQL since parameters aren't included in prepared statements)
strToDouble(String, int) - Static method in class org.jboss.dashboard.commons.text.DecimalFormatUtil
Parses a string to produce a Double with a number of fraction digits.
strToFloat(String, int) - Static method in class org.jboss.dashboard.commons.text.DecimalFormatUtil
Parses a string to produce a Float with a number of fraction digits.
strToTimestamp(String) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Parse a date/time string.
subList(int, int) - Method in class org.jboss.dashboard.commons.collections.LazyList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subscribe(Subscriber) - Method in class org.jboss.dashboard.commons.events.Publisher
Register a subscriber interested in ALL events.
subscribe(Subscriber, int) - Method in class org.jboss.dashboard.commons.events.Publisher
Register a subscriber interested in a single event.
subscribe(Collection, int) - Method in class org.jboss.dashboard.commons.events.Publisher
Subscribe a collection subscribers for a concrete event.
Subscriber - Interface in org.jboss.dashboard.commons.events
The subscriber party int the publish/subscribe GoF design pattern.
subscribers - Variable in class org.jboss.dashboard.commons.events.Publisher
The registered subscribers grouped by eventId.
subString(String, int, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Deprecated.
Use substring instead
substring(String, int, int) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Return a new String that is a substring of this string.
supportedDialects - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
swapFile(String, String) - Static method in class org.jboss.dashboard.commons.io.FileUtil
From an existing source file, and an existing temporal file, copy, in a trunc way, the temporal in place of the source file, and remove the temporal file
synchronize(HibernateInitializer) - Method in class org.jboss.dashboard.database.DatabaseAutoSynchronizer
 

T

tag(StringBuffer, String, String, String) - Static method in class org.jboss.dashboard.commons.xml.XMLUtils
 
tag(StringBuffer, String, String) - Static method in class org.jboss.dashboard.commons.xml.XMLUtils
 
targetThread - Variable in class org.jboss.dashboard.profiler.ThreadProfile
Force this thread to be kept by the profiler within the list of target threads.
TechnicalError - Exception in org.jboss.dashboard.error
An exception thrown by the client application to delegate to the platform the handling of an expected technical problem.
TechnicalError(String, Throwable) - Constructor for exception org.jboss.dashboard.error.TechnicalError
 
TextOfuscator - Class in org.jboss.dashboard.commons.text
 
THREAD - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
thread - Variable in class org.jboss.dashboard.profiler.ThreadProfile
The thread
THREAD_BEGIN_DATE - Static variable in class org.jboss.dashboard.profiler.ThreadProfile
 
THREAD_GROUP - Static variable in class org.jboss.dashboard.profiler.ThreadProfile
 
THREAD_ID - Static variable in class org.jboss.dashboard.profiler.ThreadProfile
 
threadFactory - Variable in class org.jboss.dashboard.scheduler.Scheduler
 
threadNumber - Variable in class org.jboss.dashboard.scheduler.SchedulerThreadFactory
 
ThreadProfile - Class in org.jboss.dashboard.profiler
A thread profile holds detailed information about the execution of a given thread.
ThreadProfile() - Constructor for class org.jboss.dashboard.profiler.ThreadProfile
 
ThreadProfileComparator - Class in org.jboss.dashboard.profiler
Class used to compare ThreadProfile block instances using several criterias.
ThreadProfileComparator() - Constructor for class org.jboss.dashboard.profiler.ThreadProfileComparator
 
ThreadProfileFilter - Class in org.jboss.dashboard.profiler
Class used by the Profiler to get the list of thread to show.
ThreadProfileFilter() - Constructor for class org.jboss.dashboard.profiler.ThreadProfileFilter
 
threshold - Variable in class org.jboss.dashboard.commons.comparator.RuntimeConstrainedComparator
 
throwBusinessError(String, String) - Method in class org.jboss.dashboard.error.ErrorManager
Force the given error to be thrown. the current transaction is aborted and the given message string is displayed as an error in a modal window.
throwBusinessInfo(String, String) - Method in class org.jboss.dashboard.error.ErrorManager
Force the given error to be thrown. the current transaction is aborted and the given message string is displayed as extra information in a modal window.
throwBusinessWarning(String, String) - Method in class org.jboss.dashboard.error.ErrorManager
Force the given error to be thrown. the current transaction is aborted and the given message string is displayed as a warning in a modal window.
throwTechnicalError(String, Throwable) - Method in class org.jboss.dashboard.error.ErrorManager
Force the given error to be thrown. the current transaction is aborted and the give message string is displayed in a error report modal window.
TILDED_CHARS - Static variable in class org.jboss.dashboard.commons.text.StringUtil
 
TIME_TO_FIRE - Static variable in class org.jboss.dashboard.scheduler.SchedulerTaskComparator
 
timeToStr(Date) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Formats a Date into a time string.
TimeTrace - Class in org.jboss.dashboard.profiler
A time trace is a way to group a sequence of stack traces in a hierarchical way.
TimeTrace(StackTraceElement[], List<StackTrace>, List<TimeTrace>, CodeBlockTrace) - Constructor for class org.jboss.dashboard.profiler.TimeTrace
 
TimeTraceComparator - Class in org.jboss.dashboard.profiler
Class used to compare TimeTrace's using several criterias.
TimeTraceComparator() - Constructor for class org.jboss.dashboard.profiler.TimeTraceComparator
 
title - Variable in exception org.jboss.dashboard.error.BusinessError
 
toArray(String, Class) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toBoolean(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toByte(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toByteArray(File) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toChar(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toDouble(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toFile(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toFloat(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toInt(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toJavaClassName(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Get a valid java class name for the given string.
toJavaFieldName(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Get a valid java filed name for the given string.
toJavaIdentifier(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Converts the given string to a Java valid identifier.
toJavaName(String, boolean) - Static method in class org.jboss.dashboard.commons.text.JavaNamesFormatter
Description of the Method
toJavaPackagePath(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Converts the given Package name to it's corresponding Path.
toLong(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toPlainList() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
toPlainList(List<TimeTrace>, List<TimeTrace>) - Method in class org.jboss.dashboard.profiler.ThreadProfile
 
toShort(String) - Static method in class org.jboss.dashboard.commons.misc.ReflectionUtils
 
toString() - Method in class org.jboss.dashboard.commons.filter.AbstractFilter
 
toString(Object, Locale) - Method in exception org.jboss.dashboard.commons.message.AbstractMessage
Process element to string converter.
toString() - Method in class org.jboss.dashboard.profiler.CodeBlockTrace
 
toString() - Method in class org.jboss.dashboard.scheduler.SchedulerTask
 
TRANSACTION - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
trimLowerCase(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Remove white space from both ends of this string and converts all of the characters in this String to lower case.
trimUpperCase(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Remove white space from both ends of this string and converts all of the characters in this String to upper case.
turnOff() - Method in class org.jboss.dashboard.profiler.Profiler
 
turnOn() - Method in class org.jboss.dashboard.profiler.Profiler
 
tx - Variable in class org.jboss.dashboard.database.hibernate.HibernateTransaction
The underlying Hibernate transaction
TXCONTEXT_AFTER_COMMIT - Static variable in interface org.jboss.dashboard.commons.events.Subscriber
Events notifications are performed within the publisher calling thread and only after the current transaction completes successfully.
TXCONTEXT_BEFORE_COMMIT - Static variable in interface org.jboss.dashboard.commons.events.Subscriber
Events notifications are performed within the publisher calling thread and just before the current transaction is going to be committed.
TXCONTEXT_DEFAULT - Static variable in interface org.jboss.dashboard.commons.events.Subscriber
Event notifications are performed when requested within the publisher calling thread and transaction.
TXCONTEXT_NEW_THREAD - Static variable in interface org.jboss.dashboard.commons.events.Subscriber
Same conditions than AFTER_COMMIT but in addition a new thread separated from the publisher calling thread is created.
txFragment(Session) - Method in class org.jboss.dashboard.database.hibernate.HibernateTxFragment
Custom fragment implementation.

U

UI_COMPONENT - Static variable in class org.jboss.dashboard.profiler.CoreCodeBlockTypes
 
unpaused - Variable in class org.jboss.dashboard.scheduler.PausableThreadPoolExecutor
 
unschedule(String) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
unscheduleAll() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
unsubscribe(Subscriber) - Method in class org.jboss.dashboard.commons.events.Publisher
Removes a registered subscriber.
unsubscribe(Subscriber, int) - Method in class org.jboss.dashboard.commons.events.Publisher
Removes a registered subscriber.
unwrap(Class<T>) - Method in class org.jboss.dashboard.database.ExternalDataSource
 
unwrap(Class<T>) - Method in class org.jboss.dashboard.database.NonPooledDataSource
 
update() - Method in class org.jboss.dashboard.database.DataSourceEntry
 
update() - Method in interface org.jboss.dashboard.database.Persistent
 
upgrade(long) - Method in class org.jboss.dashboard.initialModule.DataSourceIInitialModule
 
upgrade(long) - Method in class org.jboss.dashboard.initialModule.InitialModule
Upgrade from given version
upperFirstLetter(String) - Static method in class org.jboss.dashboard.commons.text.StringUtil
Converts the first letter to upper case.
url - Variable in class org.jboss.dashboard.database.NonPooledDataSource
 
user - Variable in class org.jboss.dashboard.database.NonPooledDataSource
 
USER_LOGIN - Static variable in class org.jboss.dashboard.profiler.ThreadProfile
 
USER_NAME - Static variable in class org.jboss.dashboard.profiler.ThreadProfile
 
utcStrToDate(String) - Static method in class org.jboss.dashboard.commons.text.DateFormatUtil
Turns a UTCTime in string format into a java.util.Date object

V

validate() - Method in class org.jboss.dashboard.profiler.memory.LowMemoryConstraints
 
validate() - Method in interface org.jboss.dashboard.profiler.RuntimeConstraint
 
valueOf(String) - Static method in enum org.jboss.dashboard.annotation.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dashboard.cluster.ClusterNode.ClusterNodeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dashboard.export.DataSourceImportManager.DataSourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.dashboard.annotation.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.dashboard.cluster.ClusterNode.ClusterNodeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.dashboard.export.DataSourceImportManager.DataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueWriter() - Constructor for class org.jboss.dashboard.database.hibernate.LOBHelper.ValueWriter
 
verificationExcludedClassNames - Variable in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 
verifyHibernateConfig() - Method in class org.jboss.dashboard.database.hibernate.HibernateInitializer
 

W

wakeUpStartableBeans() - Method in class org.jboss.dashboard.annotation.StartableProcessor
 
WARN - Static variable in exception org.jboss.dashboard.error.BusinessError
 
WARNING - Static variable in interface org.jboss.dashboard.commons.message.Message
Warning message type.
wildcard - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
Wildcard symbol.
writeLines(Vector, String, boolean) - Static method in class org.jboss.dashboard.commons.io.FileUtil
Write an array of strings to the specified file.
writeValue(OutputStream, Object) - Method in class org.jboss.dashboard.database.hibernate.LOBHelper.ValueWriter
 
writeValue(PreparedStatement, Object, int) - Method in class org.jboss.dashboard.database.hibernate.LOBHelper.ValueWriter
 
writeXML(Writer, boolean) - Method in class org.jboss.dashboard.commons.xml.XMLNode
 

X

XMLNode - Class in org.jboss.dashboard.commons.xml
 
XMLNode(String, XMLNode) - Constructor for class org.jboss.dashboard.commons.xml.XMLNode
 
XMLUtils - Class in org.jboss.dashboard.commons.xml
 
XMLUtils() - Constructor for class org.jboss.dashboard.commons.xml.XMLUtils
 

_

_bshIntepreterThread - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
BSH interpreter per thread cache.
_dateComparisonFormat - Static variable in class org.jboss.dashboard.profiler.ThreadProfileFilter
Date format for comparison in filter.
_filterVarValues - Variable in class org.jboss.dashboard.commons.filter.AbstractFilter
Map used to store properties filter results when evauating the overall filter condition.
_purge() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
_schedule(SchedulerTask, Date) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
_schedule(SchedulerTask, long) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
_unschedule(String) - Method in class org.jboss.dashboard.scheduler.Scheduler
 
_unscheduleAll() - Method in class org.jboss.dashboard.scheduler.Scheduler
 
A B C D E F G H I J K L M N O P R S T U V W X _ 
Skip navigation links
Dashboard Builder Commons 6.5.0.Final-redhat-7

Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.