Package org.eclipse.jetty.osgi.boot
Class OSGiUndeployer
java.lang.Object
org.eclipse.jetty.deploy.bindings.StandardUndeployer
org.eclipse.jetty.osgi.boot.OSGiUndeployer
- All Implemented Interfaces:
org.eclipse.jetty.deploy.AppLifeCycle.Binding
public class OSGiUndeployer
extends org.eclipse.jetty.deploy.bindings.StandardUndeployer
OSGiUndeployer
Extension of the Jetty Undeployer which emits OSGi EventAdmin events
whenever a webapp is undeployed from Jetty.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessBinding(org.eclipse.jetty.deploy.graph.Node node, org.eclipse.jetty.deploy.App app) Methods inherited from class org.eclipse.jetty.deploy.bindings.StandardUndeployer
getBindingTargets
-
Constructor Details
-
OSGiUndeployer
-
-
Method Details
-
processBinding
public void processBinding(org.eclipse.jetty.deploy.graph.Node node, org.eclipse.jetty.deploy.App app) throws Exception - Specified by:
processBindingin interfaceorg.eclipse.jetty.deploy.AppLifeCycle.Binding- Overrides:
processBindingin classorg.eclipse.jetty.deploy.bindings.StandardUndeployer- Throws:
Exception
-