Package com.sun.enterprise.web
Interface HealthChecker
-
- All Known Implementing Classes:
PEHADBHealthChecker
public interface HealthChecker- Author:
- lwhite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()voidstop()
-
-
-
Method Detail
-
start
void start() throws LifecycleException- Throws:
LifecycleException
-
stop
void stop() throws LifecycleException
- Throws:
LifecycleException
-
-