1 23 28 29 package com.sun.enterprise.web; 30 31 import org.apache.catalina.LifecycleException; 32 import com.sun.enterprise.web.HealthChecker; 33 34 35 39 public class PEHADBHealthChecker implements HealthChecker { 40 41 42 43 public PEHADBHealthChecker(WebContainer webContainer) { 44 } 45 46 56 public void start() throws LifecycleException { 57 } 59 60 61 70 public void stop() throws LifecycleException { 71 } 73 74 } 75 | Popular Tags |