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

Packages that use Deployment
org.jboss.osgi.deployment.deployer   
org.jboss.osgi.hotdeploy   
org.jboss.osgi.microcontainer   
 

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 AbstractDeployerService.createDeployment(BundleInfo info)
           
 Deployment DeployerService.createDeployment(BundleInfo info)
          Create a deployment from the given bundle info.
static Deployment DeploymentFactory.createDeployment(java.net.URL url)
           
 Deployment AbstractDeployerService.createDeployment(java.net.URL url)
           
 Deployment DeployerService.createDeployment(java.net.URL url)
          Create a deployment from the given location.
static Deployment DeploymentFactory.createDeployment(org.jboss.virtual.VirtualFile file)
           
 Deployment AbstractDeployerService.createDeployment(org.jboss.virtual.VirtualFile file)
           
 Deployment DeployerService.createDeployment(org.jboss.virtual.VirtualFile file)
          Create a deployment from the given file.
 Deployment DeploymentRegistryService.getDeployment(java.lang.String symbolicName, Version version)
          Get the bundle deployment for the given bundle symbolicName and version
 Deployment DeploymentRegistryService.getDeployment(java.net.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
 java.util.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.
 

Uses of Deployment in org.jboss.osgi.microcontainer
 

Methods in org.jboss.osgi.microcontainer with parameters of type Deployment
 void AbstractMicrocontainerDeployerService.deploy(Deployment[] depArr)
           
 void AbstractMicrocontainerDeployerService.undeploy(Deployment[] depArr)
           
 



Copyright © 2009. All Rights Reserved.