Interface Deployer.DeployCallback

    • Method Detail

      • print

        void print​(String message,
                   boolean verbose)
      • saveState

        void saveState​(State state)
      • callListeners

        void callListeners​(FeatureEvent featureEvent)
      • installBundle

        org.osgi.framework.Bundle installBundle​(String region,
                                                String uri,
                                                InputStream is)
                                         throws org.osgi.framework.BundleException
        Throws:
        org.osgi.framework.BundleException
      • updateBundle

        void updateBundle​(org.osgi.framework.Bundle bundle,
                          String uri,
                          InputStream is)
                   throws org.osgi.framework.BundleException
        Throws:
        org.osgi.framework.BundleException
      • uninstall

        void uninstall​(org.osgi.framework.Bundle bundle)
                throws org.osgi.framework.BundleException
        Throws:
        org.osgi.framework.BundleException
      • startBundle

        void startBundle​(org.osgi.framework.Bundle bundle)
                  throws org.osgi.framework.BundleException
        Throws:
        org.osgi.framework.BundleException
      • stopBundle

        void stopBundle​(org.osgi.framework.Bundle bundle,
                        int options)
                 throws org.osgi.framework.BundleException
        Throws:
        org.osgi.framework.BundleException
      • setBundleStartLevel

        void setBundleStartLevel​(org.osgi.framework.Bundle bundle,
                                 int startLevel)
      • resolveBundles

        void resolveBundles​(Set<org.osgi.framework.Bundle> bundles,
                            Map<org.osgi.resource.Resource,​List<org.osgi.resource.Wire>> wiring,
                            Map<org.osgi.resource.Resource,​org.osgi.framework.Bundle> resToBnd)
      • replaceDigraph

        void replaceDigraph​(Map<String,​Map<String,​Map<String,​Set<String>>>> policies,
                            Map<String,​Set<Long>> bundles)
                     throws org.osgi.framework.BundleException,
                            org.osgi.framework.InvalidSyntaxException
        Throws:
        org.osgi.framework.BundleException
        org.osgi.framework.InvalidSyntaxException
      • installConfigs

        void installConfigs​(Feature feature)
                     throws IOException,
                            org.osgi.framework.InvalidSyntaxException
        Throws:
        IOException
        org.osgi.framework.InvalidSyntaxException
      • deleteConfigs

        void deleteConfigs​(Feature feature)
                    throws IOException,
                           org.osgi.framework.InvalidSyntaxException
        Throws:
        IOException
        org.osgi.framework.InvalidSyntaxException