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()EventListenerinstance()booleanisProgramatic()booleanisStarted()voidstart()voidstop()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 EventListener instance()
-
isProgramatic
public boolean isProgramatic()
-
-