public class PEHADBHealthChecker extends Object implements HealthChecker
| Constructor and Description |
|---|
PEHADBHealthChecker(WebContainer webContainer)
Creates a new instance of PEHADBHealthChecker
|
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
stop()
Gracefully terminate the active use of the public methods of this
component.
|
public PEHADBHealthChecker(WebContainer webContainer)
public void start()
throws LifecycleException
configure(),
and before any of the public methods of the component are utilized.start in interface HealthCheckerIllegalStateException - if this component has already been
startedLifecycleException - if this component detects a fatal error
that prevents this component from being usedpublic void stop()
throws LifecycleException
stop in interface HealthCheckerIllegalStateException - if this component has not been startedLifecycleException - if this component detects a fatal error
that needs to be reportedCopyright © 2017. All rights reserved.