Class HealthCheck
java.lang.Object
eu.xenit.alfresco.tomcat.embedded.healthcheck.HealthCheck
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intdoHealthCheck(HealthCheckSpec spec) static voidstatic HealthCheckSpecsetupHealthCheck(String defaultLiveProbe, int statusCode, String... args)
-
Field Details
-
ALFRESCO_DEFAULT_LIVE_PROBE
- See Also:
-
SHARE_DEFAULT_LIVE_PROBE
- See Also:
-
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT- See Also:
-
DEFAULT_STATUS_CODE
public static final int DEFAULT_STATUS_CODE- See Also:
-
-
Method Details
-
main
- Throws:
IOExceptionInterruptedException
-
setupHealthCheck
public static HealthCheckSpec setupHealthCheck(String defaultLiveProbe, int statusCode, String... args) -
doHealthCheck
- Throws:
IOExceptionInterruptedException
-