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

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

Uses of Deployment in org.jboss.osgi.deployment
 

Methods in org.jboss.osgi.deployment with parameters of type Deployment
 void DeploymentLogger.warnCannotObtainBundleForDeployment(Deployment dep)
           
 void DeploymentLogger.warnCannotUninstallBundleForDeployment(Throwable cause, Deployment dep)
           
 

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.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
 

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 © 2012 JBoss by Red Hat. All Rights Reserved.