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

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

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)
           
 Deployment AbstractDeployerService.createDeployment(org.jboss.osgi.spi.util.BundleInfo info)
           
 Deployment DeployerService.createDeployment(org.jboss.osgi.spi.util.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, org.osgi.framework.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
 



Copyright © 2009. All Rights Reserved.