FileDocCategorySizeDatePackage
PEHADBHealthChecker.javaAPI DocGlassfish v2 API3489Fri May 04 22:36:02 BST 2007com.sun.enterprise.web

PEHADBHealthChecker

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 voidstart()
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 voidstop()
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

        //no op