|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeployerService
A Service that can be used to deploy/undeploy bundles or archives to/from the runtime.
| 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 |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||