Package org.eclipse.jetty.osgi.boot
Interface ServiceProvider
- All Known Implementing Classes:
ServiceContextProvider
,ServiceWebAppProvider
public interface ServiceProvider
ServiceProvider
Jetty DeploymentManager Provider api for webapps or ContextHandlers that are discovered as OSGi services.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
serviceAdded
(org.osgi.framework.ServiceReference ref, ContextHandler handler) boolean
serviceRemoved
(org.osgi.framework.ServiceReference ref, ContextHandler handler)
-
Method Details
-
serviceAdded
boolean serviceAdded(org.osgi.framework.ServiceReference ref, ContextHandler handler) throws Exception - Throws:
Exception
-
serviceRemoved
boolean serviceRemoved(org.osgi.framework.ServiceReference ref, ContextHandler handler) throws Exception - Throws:
Exception
-