|
||||||||||
| 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.
| Field Summary | |
|---|---|
static javax.management.ObjectName |
MBEAN_DEPLOYER_SERVICE
The object name under which this is registered: 'jboss.osgi:service=DeployerService' |
| Method Summary | |
|---|---|
void |
deploy(BundleInfo[] bundles)
Deploy an array of bundles |
void |
deploy(java.net.URL url)
Deploy bundle from URL |
void |
undeploy(BundleInfo[] bundles)
Undeploy an array of bundles |
boolean |
undeploy(java.net.URL url)
Undeploy bundle from URL. |
| Field Detail |
|---|
static final javax.management.ObjectName MBEAN_DEPLOYER_SERVICE
| Method Detail |
|---|
void deploy(BundleInfo[] bundles)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void undeploy(BundleInfo[] bundles)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void deploy(java.net.URL url)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
boolean undeploy(java.net.URL url)
throws org.osgi.framework.BundleException
DeployerService is asked to undeploy
a bundle URL which it did not deploy itself.
In this case this method should return false, so that the
DeployerServiceDelegate can use another DeployerService
org.osgi.framework.BundleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||