public interface DeployerService
Modifier and Type | Method and Description |
---|---|
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
|
org.osgi.framework.Bundle deploy(Deployment bundleDep) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void deploy(Deployment[] bundleDeps) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
org.osgi.framework.Bundle undeploy(Deployment bundleDep) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void undeploy(Deployment[] bundleDeps) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.