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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddingService
(org.osgi.framework.ServiceReference sr) void
modifiedService
(org.osgi.framework.ServiceReference reference, Object service) void
removedService
(org.osgi.framework.ServiceReference reference, Object service)
-
Constructor Details
-
JettyServerServiceTracker
public JettyServerServiceTracker()
-
-
Method Details
-
addingService
- Specified by:
addingService
in interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer
-
modifiedService
- Specified by:
modifiedService
in interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer
-
removedService
- Specified by:
removedService
in interfaceorg.osgi.util.tracker.ServiceTrackerCustomizer
-