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

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

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)
          Create a deploymenmt from a BundleInfo
static Deployment DeploymentFactory.createDeployment(String location, String symbolicName, Version version)
          Create a generic deploymenmt.
static Deployment DeploymentFactory.createDeployment(VirtualFile rootFile, String location, String symbolicName, Version version)
          Create a deploymenmt that is based on a VirtualFile
 

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.installBundle(Deployment dep)
           
 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
protected  void SystemDeployerService.uninstallBundle(Deployment dep, Bundle bundle)
           
 

Uses of Deployment in org.jboss.osgi.framework
 

Methods in org.jboss.osgi.framework that return Deployment
 Deployment StorageStateProvider.createDeployment(StorageState storageState)
           
 

Methods in org.jboss.osgi.framework with parameters of type Deployment
 void BundleInstallHandler.installBundle(Deployment dep)
          Install the bundle service for the given deployment.
 org.jboss.msc.service.ServiceName BundleManager.installBundle(Deployment deployment, org.jboss.msc.service.ServiceListener<Bundle> listener)
          Install a bundle from the given deployment
 void BundleInstallHandler.uninstallBundle(Deployment dep)
          Uninstall the bundle associated with the given deployment.
 void BundleManager.uninstallBundle(Deployment dep)
          Uninstall the given deployment
 



Copyright © 2012. All Rights Reserved.