Interface ComponentStartupStatus
-
- All Known Implementing Classes:
ComponentStartupStatusImpl
public interface ComponentStartupStatusA facade for the StartupStatus that already knows who the ServletContextListener is.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfatal(String message)voidfatal(String message, Throwable cause)voidinfo(String message)voidinfo(String message, Throwable cause)voidwarning(String message)voidwarning(String message, Throwable cause)
-