Class WebAppBundleTracker.Deployment

  • Enclosing class:
    WebAppBundleTracker

    public static class WebAppBundleTracker.Deployment
    extends Object
    A deployment represents a web application bundle that may or may not be deployed.
    • Constructor Detail

      • Deployment

        public Deployment​(String contextPath,
                          org.osgi.framework.Bundle bundle)
    • Method Detail

      • getBundle

        public org.osgi.framework.Bundle getBundle()
      • getContextPath

        public String getContextPath()
      • getRegistration

        public org.osgi.framework.ServiceRegistration<javax.servlet.ServletContext> getRegistration()
      • setRegistration

        public void setRegistration​(org.osgi.framework.ServiceRegistration<javax.servlet.ServletContext> registration)