Class JettyServerServiceTracker

java.lang.Object
org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
All Implemented Interfaces:
org.osgi.util.tracker.ServiceTrackerCustomizer

public class JettyServerServiceTracker extends Object implements org.osgi.util.tracker.ServiceTrackerCustomizer
JettyServerServiceTracker Tracks instances of Jetty Servers, and configures them so that they can deploy webapps or ContextHandlers discovered from the OSGi environment.
  • Constructor Details

    • JettyServerServiceTracker

      public JettyServerServiceTracker()
  • Method Details

    • addingService

      public Object addingService(org.osgi.framework.ServiceReference sr)
      Specified by:
      addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizer
    • modifiedService

      public void modifiedService(org.osgi.framework.ServiceReference reference, Object service)
      Specified by:
      modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer
    • removedService

      public void removedService(org.osgi.framework.ServiceReference reference, Object service)
      Specified by:
      removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizer