public class PEHADBHealthChecker extends Object implements com.sun.enterprise.web.HealthChecker
author
lwhite
Fields Summary
Constructors Summary
public PEHADBHealthChecker(WebContainer webContainer)
Creates a new instance of PEHADBHealthChecker
Methods Summary
public void
start()
Prepare for the beginning of active use of the public methods of this
component. This method should be called after configure(),
and before any of the public methods of the component are utilized.
exception
IllegalStateException if this component has already been
started
exception
LifecycleException if this component detects a fatal error
that prevents this component from being used
//no op
public void
stop()
Gracefully terminate the active use of the public methods of this
component. This method should be the last one called on a given
instance of this component.
exception
IllegalStateException if this component has not been started
exception
LifecycleException if this component detects a fatal error
that needs to be reported