Class TomcatHttpMaxThreadsRule
java.lang.Object
com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
com.atlassian.confluence.impl.health.checks.rules.TomcatHttpMaxThreadsRule
- All Implemented Interfaces:
HealthCheckRule
Determines whether the Tomcat max HTTP Threads configuration is correct.
- Since:
- 6.13
-
Constructor Summary
ConstructorsConstructorDescriptionTomcatHttpMaxThreadsRule
(TomcatConfigHelper tomcatConfigHelper, ErrorMessageProvider errorMessageProvider) -
Method Summary
Methods inherited from class com.atlassian.confluence.impl.health.checks.rules.AbstractHealthCheckRule
getErrorMessage, getFailureEvent, validate
-
Constructor Details
-
TomcatHttpMaxThreadsRule
public TomcatHttpMaxThreadsRule(TomcatConfigHelper tomcatConfigHelper, ErrorMessageProvider errorMessageProvider)
-
-
Method Details
-
doValidation
- Specified by:
doValidation
in classAbstractHealthCheckRule
-