Knopflerfish OSGi 6.0.0

org.knopflerfish.service.dirdeployer
Interface DeployedBundleControl


public interface DeployedBundleControl


Nested Class Summary
static class DeployedBundleControl.DeployedBundleControlState
           
 
Method Summary
 Bundle getBundle()
           
 DeployedBundleControl.DeployedBundleControlState getDeploymentState()
           
 void undeploy()
           
 

Method Detail

undeploy

void undeploy()

getBundle

Bundle getBundle()

getDeploymentState

DeployedBundleControl.DeployedBundleControlState getDeploymentState()

Knopflerfish OSGi 6.0.0