|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Deployment | |
|---|---|
| org.jboss.osgi.deployment.deployer | |
| org.jboss.osgi.hotdeploy | |
| Uses of Deployment in org.jboss.osgi.deployment.deployer |
|---|
| Methods in org.jboss.osgi.deployment.deployer that return Deployment | |
|---|---|
static Deployment |
DeploymentFactory.createDeployment(BundleInfo info)
|
Deployment |
DeployerService.createDeployment(BundleInfo info)
Create a deployment from the given bundle info. |
Deployment |
AbstractDeployerService.createDeployment(BundleInfo info)
|
static Deployment |
DeploymentFactory.createDeployment(URL url)
|
Deployment |
DeployerService.createDeployment(URL url)
Create a deployment from the given location. |
Deployment |
AbstractDeployerService.createDeployment(URL url)
|
static Deployment |
DeploymentFactory.createDeployment(VirtualFile file)
|
Deployment |
DeployerService.createDeployment(VirtualFile file)
Create a deployment from the given file. |
Deployment |
AbstractDeployerService.createDeployment(VirtualFile file)
|
Deployment |
DeploymentRegistryService.getDeployment(String symbolicName,
Version version)
Get the bundle deployment for the given bundle symbolicName and version |
Deployment |
DeploymentRegistryService.getDeployment(URL url)
Get the bundle deployment for the given bundle URL |
| Methods in org.jboss.osgi.deployment.deployer that return types with arguments of type Deployment | |
|---|---|
List<Deployment> |
DeploymentRegistryService.getDeployments()
Get the list of registered deployments. |
| Methods in org.jboss.osgi.deployment.deployer with parameters of type Deployment | |
|---|---|
void |
DeployerService.deploy(Deployment[] bundleDeps)
Deploy an array of bundles |
void |
DeploymentRegistryService.registerDeployment(Deployment dep)
Register a bundle deployment |
void |
DeployerService.undeploy(Deployment[] bundleDeps)
Undeploy an array of bundles |
void |
DeploymentRegistryService.unregisterDeployment(Deployment dep)
Unregister a bundle deployment |
| Uses of Deployment in org.jboss.osgi.hotdeploy |
|---|
| Methods in org.jboss.osgi.hotdeploy that return Deployment | |
|---|---|
Deployment[] |
DeploymentScannerService.getBundleDeployments()
Returns the array of bundles currently known to the deployemtn scanner. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||