Interface BundleProvider

All Known Implementing Classes:
BundleContextProvider, BundleWebAppProvider

public interface BundleProvider
Interfaces the deployment of a bundle in osgi to the deployment of a ContextHandler for it
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bundleAdded(org.osgi.framework.Bundle bundle)
     
    boolean
    bundleRemoved(org.osgi.framework.Bundle bundle)
     
  • Method Details

    • bundleAdded

      boolean bundleAdded(org.osgi.framework.Bundle bundle) throws Exception
      Throws:
      Exception
    • bundleRemoved

      boolean bundleRemoved(org.osgi.framework.Bundle bundle) throws Exception
      Throws:
      Exception