org.apache.felix.framework.ext
Interface FelixBundleContext
- All Superinterfaces:
- BundleContext
public interface FelixBundleContext
- extends BundleContext
Methods inherited from interface org.osgi.framework.BundleContext |
addBundleListener, addFrameworkListener, addServiceListener, addServiceListener, createFilter, getAllServiceReferences, getBundle, getBundle, getBundles, getDataFile, getProperty, getService, getServiceReference, getServiceReferences, installBundle, installBundle, registerService, registerService, removeBundleListener, removeFrameworkListener, removeServiceListener, ungetService |
addRequirement
void addRequirement(String s)
throws BundleException
- Throws:
BundleException
removeRequirement
void removeRequirement()
throws BundleException
- Throws:
BundleException
addCapability
void addCapability()
throws BundleException
- Throws:
BundleException
removeCapability
void removeCapability()
throws BundleException
- Throws:
BundleException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.