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
public class DbConnectionPoolRule extends AbstractHealthCheckRule
Determines whether the Db Connection Pool configuration is correct.- Since:
- 6.13
-
-
Constructor Summary
Constructors Constructor Description DbConnectionPoolRule(DatabaseConfigHelper databaseConfigHelper, ErrorMessageProvider errorMessageProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<String>
doValidation()
-
Methods inherited from class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
getErrorMessage, getFailureEvent, validate
-
-
-
-
Constructor Detail
-
DbConnectionPoolRule
public DbConnectionPoolRule(DatabaseConfigHelper databaseConfigHelper, ErrorMessageProvider errorMessageProvider)
-
-
Method Detail
-
doValidation
protected Optional<String> doValidation()
- Specified by:
doValidation
in classAbstractHealthCheckRule
-
-