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 javax.servlet.ServletException- Throws:
javax.servlet.ServletException
-
stop
void stop() throws javax.servlet.ServletException- Throws:
javax.servlet.ServletException
-
isStarted
boolean isStarted()
-