|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceNotAvailableException | |
---|---|
org.apache.felix.jmood | |
org.apache.felix.jmood.core | |
org.apache.felix.jmood.utils |
Uses of ServiceNotAvailableException in org.apache.felix.jmood |
---|
Methods in org.apache.felix.jmood that throw ServiceNotAvailableException | |
---|---|
PackageAdmin |
AgentContext.getPackageadmin()
|
StartLevel |
AgentContext.getStartLevel()
|
Uses of ServiceNotAvailableException in org.apache.felix.jmood.core |
---|
Methods in org.apache.felix.jmood.core that throw ServiceNotAvailableException | |
---|---|
String[] |
ManagedBundleMBean.getBundleDependencies()
|
String[] |
ManagedBundle.getBundleDependencies()
|
String[] |
ManagedBundleMBean.getExportedPackages()
|
String[] |
ManagedBundle.getExportedPackages()
|
String[] |
ManagedBundleMBean.getFragments()
|
String[] |
ManagedBundle.getFragments()
|
String[] |
ManagedBundleMBean.getHosts()
|
String[] |
ManagedBundle.getHosts()
|
String[] |
ManagedBundleMBean.getImportedPackages()
|
String[] |
ManagedBundle.getImportedPackages()
|
int |
CoreControllerMBean.getInitialBundleStartLevel()
|
int |
CoreController.getInitialBundleStartLevel()
|
PackageInfo[] |
Framework.getPackageInfo()
|
PackageInfo[] |
FrameworkMBean.getPackageInfo()
|
int |
CoreControllerMBean.getPlatformStartLevel()
|
int |
CoreController.getPlatformStartLevel()
|
String[] |
ManagedBundleMBean.getRequiringBundles()
|
String[] |
ManagedBundle.getRequiringBundles()
|
int |
ManagedBundleMBean.getStartLevel()
|
int |
ManagedBundle.getStartLevel()
|
boolean |
ManagedBundleMBean.isBundlePersistentlyStarted()
|
boolean |
ManagedBundle.isBundlePersistentlyStarted()
|
boolean |
ManagedBundleMBean.isFragment()
|
boolean |
ManagedBundle.isFragment()
|
boolean |
ManagedBundleMBean.isRemovalPending()
|
boolean |
ManagedBundle.isRemovalPending()
|
boolean |
ManagedBundleMBean.isRequired()
|
boolean |
ManagedBundle.isRequired()
|
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.setInitialBundleStartLevel(int newlevel)
|
void |
CoreController.setInitialBundleStartLevel(int newlevel)
|
void |
CoreControllerMBean.setPlatformStartLevel(int newlevel)
|
void |
CoreController.setPlatformStartLevel(int newlevel)
|
void |
ManagedBundle.setStartLevel(int level)
|
Uses of ServiceNotAvailableException in org.apache.felix.jmood.utils |
---|
Methods in org.apache.felix.jmood.utils that throw ServiceNotAvailableException | |
---|---|
static Bundle[] |
InstrumentationSupport.getBundleDependencies(Bundle bundle,
AgentContext ac)
|
static int |
InstrumentationSupport.getBundleStartLevel(Bundle bundle,
AgentContext ac)
|
static ExportedPackage[] |
InstrumentationSupport.getExportedPackages(Bundle bundle,
AgentContext ac)
|
static ExportedPackage[] |
InstrumentationSupport.getImportedPackages(Bundle bundle,
AgentContext ac)
|
static RequiredBundle |
InstrumentationSupport.getRequiredBundle(Bundle bundle,
AgentContext ac)
|
static Bundle[] |
InstrumentationSupport.getRequiringBundles(Bundle bundle,
AgentContext ac)
|
static boolean |
InstrumentationSupport.isBundlePersistentlyStarted(Bundle bundle,
AgentContext ac)
|
static boolean |
InstrumentationSupport.isBundleRequired(Bundle bundle,
AgentContext ac)
|
static boolean |
InstrumentationSupport.isFragment(Bundle bundle,
AgentContext ac)
|
static boolean |
InstrumentationSupport.isRequiredBundleRemovalPending(Bundle bundle,
AgentContext ac)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |