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 with parameters of type Deployment
 void BundleInstallProvider.installBundle(org.jboss.msc.service.ServiceTarget serviceTarget, Deployment dep)
          Install the bundle service for the given deployment.
 org.jboss.msc.service.ServiceName BundleManagerService.installBundle(org.jboss.msc.service.ServiceTarget serviceTarget, Deployment dep)
          Install a bundle from the given deployment
 void BundleInstallProvider.uninstallBundle(Deployment dep)
          Uninstall the bundle associated with the given deployment.
 void BundleManagerService.uninstallBundle(Deployment dep)
          Uninstall the given deployment
 



Copyright © 2012. All Rights Reserved.