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 Details

  • Method Details

    • processBinding

      public void processBinding(org.eclipse.jetty.deploy.graph.Node node, org.eclipse.jetty.deploy.App app) throws Exception
      Specified by:
      processBinding in interface org.eclipse.jetty.deploy.AppLifeCycle.Binding
      Overrides:
      processBinding in class org.eclipse.jetty.deploy.bindings.StandardUndeployer
      Throws:
      Exception