Package io.undertow.servlet.core
Class ManagedListener
- java.lang.Object
-
- io.undertow.servlet.core.ManagedListener
-
-
Constructor Summary
Constructors Constructor Description ManagedListener(ListenerInfo listenerInfo, boolean programatic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListenerInfogetListenerInfo()java.util.EventListenerinstance()booleanisProgramatic()booleanisStarted()voidstart()voidstop()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ManagedListener
public ManagedListener(ListenerInfo listenerInfo, boolean programatic)
-
-
Method Detail
-
start
public void start() throws jakarta.servlet.ServletException
-
getListenerInfo
public ListenerInfo getListenerInfo()
-
instance
public java.util.EventListener instance()
-
isProgramatic
public boolean isProgramatic()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-