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 javax.servlet.ServletException
      Throws:
      javax.servlet.ServletException
    • stop

      void stop() throws javax.servlet.ServletException
      Throws:
      javax.servlet.ServletException
    • isStarted

      boolean isStarted()