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

    Modifier and Type
    Method
    Description
    boolean
     
    void
     
    void
     
  • 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()