|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleDeployment | |
|---|---|
| org.jboss.osgi.spi.service | A collection of SPI provided services. |
| org.jboss.osgi.spi.util | A collection of SPI provided utilities. |
| Uses of BundleDeployment in org.jboss.osgi.spi.service |
|---|
| Methods in org.jboss.osgi.spi.service that return BundleDeployment | |
|---|---|
BundleDeployment |
DeploymentRegistryService.getBundleDeployment(java.lang.String symbolicName,
java.lang.String version)
Get the bundle deployment for the given bundle symbolicName and version |
BundleDeployment |
DeploymentRegistryService.getBundleDeployment(java.net.URL url)
Create a bundle deployment from the given bundle URL |
BundleDeployment[] |
DeploymentScannerService.getBundleDeployments()
Returns the array of bundles currently known to the deployemtn scanner. |
| Methods in org.jboss.osgi.spi.service with parameters of type BundleDeployment | |
|---|---|
void |
DeployerService.deploy(BundleDeployment[] bundleDeps)
Deploy an array of bundles |
void |
DeploymentRegistryService.registerBundleDeployment(BundleDeployment dep)
Register a bundle deployment |
void |
DeployerService.undeploy(BundleDeployment[] bundleDeps)
Undeploy an array of bundles |
void |
DeploymentRegistryService.unregisterBundleDeployment(BundleDeployment dep)
Unregister a bundle deployment |
| Uses of BundleDeployment in org.jboss.osgi.spi.util |
|---|
| Methods in org.jboss.osgi.spi.util that return BundleDeployment | |
|---|---|
static BundleDeployment |
BundleDeploymentFactory.createBundleDeployment(java.net.URL url)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||