Package | Description |
---|---|
org.jboss.osgi.deployment.deployer | |
org.jboss.osgi.deployment.internal |
Modifier and Type | Method and Description |
---|---|
static Deployment |
DeploymentFactory.createDeployment(org.jboss.osgi.spi.BundleInfo info)
Create a deploymenmt from a
BundleInfo |
static Deployment |
DeploymentFactory.createDeployment(String location,
String symbolicName,
org.osgi.framework.Version version)
Create a generic deploymenmt.
|
static Deployment |
DeploymentFactory.createDeployment(org.jboss.osgi.vfs.VirtualFile rootFile,
String location,
String symbolicName,
org.osgi.framework.Version version)
Create a deploymenmt that is based on a
VirtualFile |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
DeployerService.deploy(Deployment bundleDep)
Deploy a bundle
|
org.osgi.framework.Bundle |
SystemDeployerService.deploy(Deployment dep) |
void |
DeployerService.deploy(Deployment[] bundleDeps)
Deploy an array of bundles
|
void |
SystemDeployerService.deploy(Deployment[] depArr) |
protected org.osgi.framework.Bundle |
SystemDeployerService.installBundle(Deployment dep) |
org.osgi.framework.Bundle |
DeployerService.undeploy(Deployment bundleDep)
Undeploy a bundle
|
org.osgi.framework.Bundle |
SystemDeployerService.undeploy(Deployment dep) |
void |
DeployerService.undeploy(Deployment[] bundleDeps)
Undeploy an array of bundles
|
void |
SystemDeployerService.undeploy(Deployment[] depArr) |
protected void |
SystemDeployerService.uninstallBundle(Deployment dep,
org.osgi.framework.Bundle bundle) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeployment
An abstraction of a bundle deployment
|
class |
NullFileDeployment
An abstraction of a bundle deployment
|
class |
VirtualFileDeployment
An abstraction of a bundle deployment
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.