Class DbConnectionPoolRule
java.lang.Object
com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
com.atlassian.confluence.impl.health.checks.rules.DbConnectionPoolRule
- All Implemented Interfaces:
HealthCheckRule
Determines whether the Db Connection Pool configuration is correct.
- Since:
- 6.13
-
Constructor Summary
ConstructorsConstructorDescriptionDbConnectionPoolRule
(DatabaseConfigHelper databaseConfigHelper, ErrorMessageProvider errorMessageProvider) -
Method Summary
Methods inherited from class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
getErrorMessage, getFailureEvent, validate
-
Constructor Details
-
DbConnectionPoolRule
public DbConnectionPoolRule(DatabaseConfigHelper databaseConfigHelper, ErrorMessageProvider errorMessageProvider)
-
-
Method Details
-
doValidation
- Specified by:
doValidation
in classAbstractHealthCheckRule
-