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 Type
    Method
    Description
    boolean
    serviceAdded(org.osgi.framework.ServiceReference ref, org.eclipse.jetty.server.handler.ContextHandler handler)
     
    boolean
    serviceRemoved(org.osgi.framework.ServiceReference ref, org.eclipse.jetty.server.handler.ContextHandler handler)
     
  • Method Details

    • serviceAdded

      boolean serviceAdded(org.osgi.framework.ServiceReference ref, org.eclipse.jetty.server.handler.ContextHandler handler) throws Exception
      Throws:
      Exception
    • serviceRemoved

      boolean serviceRemoved(org.osgi.framework.ServiceReference ref, org.eclipse.jetty.server.handler.ContextHandler handler) throws Exception
      Throws:
      Exception