Package io.undertow.servlet.core
Interface Lifecycle
- All Known Implementing Classes:
ApplicationListeners,ManagedFilter,ManagedListener,ManagedServlet,SessionRestoringHandler
public interface Lifecycle
An object that can be started or stopped.
- Author:
- Stuart Douglas
-
Method Summary
-
Method Details
-
start
void start() throws jakarta.servlet.ServletException- Throws:
jakarta.servlet.ServletException
-
stop
void stop() throws jakarta.servlet.ServletException- Throws:
jakarta.servlet.ServletException
-
isStarted
boolean isStarted()
-