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.BundleExceptionvoid deploy(Deployment[] bundleDeps) throws org.osgi.framework.BundleException
org.osgi.framework.BundleExceptionorg.osgi.framework.Bundle undeploy(Deployment bundleDep) throws org.osgi.framework.BundleException
org.osgi.framework.BundleExceptionvoid undeploy(Deployment[] bundleDeps) throws org.osgi.framework.BundleException
org.osgi.framework.BundleExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.