public class PostgresSchemaHealthCheck extends HealthCheckTemplate
see JRA-16780.
CAUSE_KEY, CHECK_ID_KEY, 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> |
onPostDatabaseActivated()
Invokes this check during the
LifecyclePhase.POST_DATABASE_ACTIVATED phase. |
List<HealthCheckResult> |
performCheck(org.ofbiz.core.entity.config.DatasourceInfo dsi)
Check that the schema used by this DatasourceInfo is legal if it is Postgres
|
onDatabaseConfigured, onPluginsStartupFinished, onPostConsistencyChecks, onPreDatabaseConfig, performgetPrerequisitesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic PostgresSchemaHealthCheck(HealthCheck... prerequisites)
protected List<HealthCheckResult> onPostDatabaseActivated()
HealthCheckTemplateLifecyclePhase.POST_DATABASE_ACTIVATED phase.
This implementation returns an empty list.onPostDatabaseActivated in class HealthCheckTemplatepublic List<HealthCheckResult> performCheck(org.ofbiz.core.entity.config.DatasourceInfo dsi)
dsi - the DatasorceInfo to checkCopyright © 2002-2017 Atlassian. All Rights Reserved.