org.jboss.osgi.deployment.deployer
Interface DeployerService

All Known Implementing Classes:
SystemDeployerService

public interface DeployerService

A Service that can be used to deploy/undeploy bundles or archives to/from the runtime.

Since:
23-Jan-2009
Author:
thomas.diesler@jboss.com

Method Summary
 org.osgi.framework.Bundle deploy(Deployment bundleDep)
          Deploy a bundle
 void deploy(Deployment[] bundleDeps)
          Deploy an array of bundles
 org.osgi.framework.Bundle undeploy(Deployment bundleDep)
          Undeploy a bundle
 void undeploy(Deployment[] bundleDeps)
          Undeploy an array of bundles
 

Method Detail

deploy

org.osgi.framework.Bundle deploy(Deployment bundleDep)
                                 throws org.osgi.framework.BundleException
Deploy a bundle

Throws:
org.osgi.framework.BundleException

deploy

void deploy(Deployment[] bundleDeps)
            throws org.osgi.framework.BundleException
Deploy an array of bundles

Throws:
org.osgi.framework.BundleException

undeploy

org.osgi.framework.Bundle undeploy(Deployment bundleDep)
                                   throws org.osgi.framework.BundleException
Undeploy a bundle

Throws:
org.osgi.framework.BundleException

undeploy

void undeploy(Deployment[] bundleDeps)
              throws org.osgi.framework.BundleException
Undeploy an array of bundles

Throws:
org.osgi.framework.BundleException


Copyright © 2012. All Rights Reserved.