public class PostgresSchemaHealthCheck extends HealthCheckTemplate
see JRA-16780.
CAUSE_KEY, CHECK_ID_KEY, DISMISSIBLE, EVENT_ID_KEY, HELP_URL_KEY, INTERACTIVE_JOHNSON, JOHNSON_UI_VERSION| Constructor and Description |
|---|
PostgresSchemaHealthCheck(HealthCheck... prerequisites) |
| Modifier and Type | Method and Description |
|---|---|
protected List<HealthCheckResult> |
doPerform() |
protected Set<LifecyclePhase> |
getApplicablePhases() |
List<HealthCheckResult> |
performCheck(org.ofbiz.core.entity.config.DatasourceInfo dsi)
Check that the schema used by this DatasourceInfo is legal if it is Postgres
|
isApplicableFor, performgetPrerequisitesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic PostgresSchemaHealthCheck(HealthCheck... prerequisites)
protected Set<LifecyclePhase> getApplicablePhases()
getApplicablePhases in class HealthCheckTemplateprotected List<HealthCheckResult> doPerform()
doPerform in class HealthCheckTemplatepublic List<HealthCheckResult> performCheck(org.ofbiz.core.entity.config.DatasourceInfo dsi)
dsi - the DatasorceInfo to checkCopyright © 2002-2019 Atlassian. All Rights Reserved.