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
 Bundle deploy(Deployment bundleDep)
          Deploy a bundle
 void deploy(Deployment[] bundleDeps)
          Deploy an array of bundles
 Bundle undeploy(Deployment bundleDep)
          Undeploy a bundle
 void undeploy(Deployment[] bundleDeps)
          Undeploy an array of bundles
 

Method Detail

deploy

Bundle deploy(Deployment bundleDep)
              throws BundleException
Deploy a bundle

Throws:
BundleException

deploy

void deploy(Deployment[] bundleDeps)
            throws BundleException
Deploy an array of bundles

Throws:
BundleException

undeploy

Bundle undeploy(Deployment bundleDep)
                throws BundleException
Undeploy a bundle

Throws:
BundleException

undeploy

void undeploy(Deployment[] bundleDeps)
              throws BundleException
Undeploy an array of bundles

Throws:
BundleException


Copyright © 2012. All Rights Reserved.