org.apache.felix.framework.ext
Interface FelixBundleContext

All Superinterfaces:
BundleContext

public interface FelixBundleContext
extends BundleContext


Method Summary
 void addCapability()
           
 void addRequirement(String s)
           
 void removeCapability()
           
 void removeRequirement()
           
 
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
 

Method Detail

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.