Class DebugListenerBinding
- java.lang.Object
-
- org.eclipse.jetty.deploy.bindings.DebugBinding
-
- org.eclipse.jetty.deploy.bindings.DebugListenerBinding
-
- All Implemented Interfaces:
AppLifeCycle.Binding
public class DebugListenerBinding extends DebugBinding
A Deployment binding that installs a DebugListener in all deployed contexts
-
-
Constructor Summary
Constructors Constructor Description DebugListenerBinding()
DebugListenerBinding(DebugListener debugListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugListener
getDebugListener()
void
processBinding(Node node, App app)
Event called to process aAppLifeCycle
binding.-
Methods inherited from class org.eclipse.jetty.deploy.bindings.DebugBinding
getBindingTargets
-
-
-
-
Constructor Detail
-
DebugListenerBinding
public DebugListenerBinding()
-
DebugListenerBinding
public DebugListenerBinding(DebugListener debugListener)
-
-
Method Detail
-
getDebugListener
public DebugListener getDebugListener()
-
processBinding
public void processBinding(Node node, App app) throws java.lang.Exception
Description copied from interface:AppLifeCycle.Binding
Event called to process aAppLifeCycle
binding.- Specified by:
processBinding
in interfaceAppLifeCycle.Binding
- Overrides:
processBinding
in classDebugBinding
- Parameters:
node
- the node being processedapp
- the app being processed- Throws:
java.lang.Exception
- if any problem severe enough to halt the AppLifeCycle processing
-
-