Uses of Interface
org.jboss.osgi.deployment.deployer.Deployment

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)
           
static Deployment DeploymentFactory.createDeployment(VirtualFile rootFile, String location, String symbolicName, Version version)
           
 Deployment DefaultDeploymentRegistryService.getDeployment(String symbolicName, Version version)
           
 Deployment DeploymentRegistryService.getDeployment(String symbolicName, Version version)
          Get the bundle deployment for the given bundle symbolicName and version
 Deployment DefaultDeploymentRegistryService.getDeployment(URL url)
           
 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> DefaultDeploymentRegistryService.getDeployments()
           
 List<Deployment> DeploymentRegistryService.getDeployments()
          Get the list of registered deployments.
 

Methods in org.jboss.osgi.deployment.deployer with parameters of type Deployment
 Bundle SystemDeployerService.deploy(Deployment dep)
           
 Bundle DeployerService.deploy(Deployment bundleDep)
          Deploy a bundle
 void SystemDeployerService.deploy(Deployment[] depArr)
           
 void DeployerService.deploy(Deployment[] bundleDeps)
          Deploy an array of bundles
protected  Bundle SystemDeployerService.installBundleInternal(Deployment dep)
           
 void DefaultDeploymentRegistryService.registerDeployment(Deployment dep)
           
 void DeploymentRegistryService.registerDeployment(Deployment dep)
          Register a bundle deployment
 Bundle SystemDeployerService.undeploy(Deployment dep)
           
 Bundle DeployerService.undeploy(Deployment bundleDep)
          Undeploy a bundle
 void SystemDeployerService.undeploy(Deployment[] depArr)
           
 void DeployerService.undeploy(Deployment[] bundleDeps)
          Undeploy an array of bundles
 void DefaultDeploymentRegistryService.unregisterDeployment(Deployment dep)
           
 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.
 



Copyright © 2010. All Rights Reserved.