Uses of Class
org.apache.felix.jmood.core.BundleNotAvailableException

Packages that use BundleNotAvailableException
org.apache.felix.jmood.core   
org.apache.felix.jmood.utils   
 

Uses of BundleNotAvailableException in org.apache.felix.jmood.core
 

Methods in org.apache.felix.jmood.core that throw BundleNotAvailableException
 void CoreControllerMBean.batchStartBundles(String[] bundleSymbolicNames)
           
 void CoreController.batchStartBundles(String[] bundleSymbolicNames)
           
 void CoreControllerMBean.batchStopBundles(String[] bundleSymbolicNames)
           
 void CoreController.batchStopBundles(String[] bundleSymbolicNames)
           
 void CoreControllerMBean.batchUpdateBundleFromUrl(String[] bundleSymbolicNames, String[] urls)
           
 void CoreController.batchUpdateBundleFromUrl(String[] bundleSymbolicNames, String[] urls)
           
 void CoreControllerMBean.batchUpdateBundles(String[] bundleSymbolicNames)
           
 void CoreController.batchUpdateBundles(String[] bundleSymbolicNames)
           
 void ManagedBundleMBean.refreshBundle()
           
 void ManagedBundle.refreshBundle()
           
 void CoreControllerMBean.refreshPackages(String[] bundleSymbolicNames)
           
 void CoreController.refreshPackages(String[] bundleSymbolicNames)
           
 void ManagedBundleMBean.resolveBundle()
           
 void ManagedBundle.resolveBundle()
           
 void CoreControllerMBean.resolveBundles(String[] bundleSymbolicNames)
           
 void CoreController.resolveBundles(String[] bundleSymbolicNames)
           
 void CoreControllerMBean.setBundleStartLevel(String bundleSymbolicName, int newlevel)
           
 void CoreController.setBundleStartLevel(String bundleSymbolicName, int newlevel)
           
 void CoreControllerMBean.startBundle(String bundleSymbolicName)
           
 void CoreController.startBundle(String bundleSymbolicName)
           
 void CoreControllerMBean.stopBundle(String bundleSymbolicName)
           
 void CoreController.stopBundle(String bundleSymbolicName)
           
 void CoreControllerMBean.uninstallBundle(String bundleSymbolicName)
           
 void CoreController.uninstallBundle(String bundleSymbolicName)
           
 void CoreControllerMBean.updateBundle(String bundleSymbolicName)
           
 void CoreController.updateBundle(String bundleSymbolicName)
           
 void CoreControllerMBean.updateBundleFromUrl(String bundleSymbolicName, String url)
           
 void CoreController.updateBundleFromUrl(String bundleSymbolicName, String url)
           
 

Uses of BundleNotAvailableException in org.apache.felix.jmood.utils
 

Methods in org.apache.felix.jmood.utils that throw BundleNotAvailableException
static long InstrumentationSupport.getBundleId(String symbolicName, AgentContext ac)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.