Package io.undertow.servlet.core
Interface Lifecycle
-
- All Known Implementing Classes:
ApplicationListeners,ManagedFilter,ManagedListener,ManagedServlet,SessionRestoringHandler
public interface LifecycleAn object that can be started or stopped.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisStarted()voidstart()voidstop()
-