org.apache.felix.jmood.core
Interface ManagedPackageMBean
- All Known Implementing Classes:
- ManagedPackage
public interface ManagedPackageMBean
getExportingBundle
String getExportingBundle()
- Returns:
- the symbolic name of the exporting bundle
getImportingBundles
String[] getImportingBundles()
- Returns:
- the symbolic names of the importing bundles
getName
String getName()
- Returns:
- the package name
getVersion
String getVersion()
- Returns:
- the package version
isRemovalPending
boolean isRemovalPending()
- Returns:
true
if the associated package is being exported
by a bundle that has been updated or uninstalled.- See Also:
ExportedPackage
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.