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

Packages that use Deployment
org.jboss.osgi.deployment.deployer   
org.jboss.osgi.deployment.internal   
 

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

Methods in org.jboss.osgi.deployment.deployer that return Deployment
static Deployment DeploymentFactory.createDeployment(org.jboss.osgi.spi.util.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
 Deployment DeploymentRegistryService.getDeployment(String symbolicName, org.osgi.framework.Version version)
          Get the bundle deployment for the given bundle symbolicName and version
 Deployment DefaultDeploymentRegistryService.getDeployment(String symbolicName, org.osgi.framework.Version version)
           
 Deployment DeploymentRegistryService.getDeployment(URL url)
          Get the bundle deployment for the given bundle URL
 Deployment DefaultDeploymentRegistryService.getDeployment(URL 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.
 List<Deployment> DefaultDeploymentRegistryService.getDeployments()
           
 

Methods in org.jboss.osgi.deployment.deployer with parameters of type Deployment
 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)
           
 void DeploymentRegistryService.registerDeployment(Deployment dep)
          Register a bundle deployment
 void DefaultDeploymentRegistryService.registerDeployment(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)
           
 void DeploymentRegistryService.unregisterDeployment(Deployment dep)
          Unregister a bundle deployment
 void DefaultDeploymentRegistryService.unregisterDeployment(Deployment dep)
           
 

Uses of Deployment in org.jboss.osgi.deployment.internal
 

Classes in org.jboss.osgi.deployment.internal that implement Deployment
 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 © 2010. All Rights Reserved.