Class ManagedListener

java.lang.Object
io.undertow.servlet.core.ManagedListener
All Implemented Interfaces:
Lifecycle

public class ManagedListener extends Object implements Lifecycle
Author:
Stuart Douglas
  • Constructor Details

    • ManagedListener

      public ManagedListener(ListenerInfo listenerInfo, boolean programatic)
  • Method Details

    • start

      public void start() throws javax.servlet.ServletException
      Specified by:
      start in interface Lifecycle
      Throws:
      javax.servlet.ServletException
    • stop

      public void stop()
      Specified by:
      stop in interface Lifecycle
    • getListenerInfo

      public ListenerInfo getListenerInfo()
    • isStarted

      public boolean isStarted()
      Specified by:
      isStarted in interface Lifecycle
    • instance

      public EventListener instance()
    • isProgramatic

      public boolean isProgramatic()
    • toString

      public String toString()
      Overrides:
      toString in class Object