org.apache.felix.framework.ext
Interface FelixBundleContext

All Superinterfaces:
org.osgi.framework.BundleContext

public interface FelixBundleContext
extends org.osgi.framework.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 org.osgi.framework.BundleException
Throws:
org.osgi.framework.BundleException

removeRequirement

void removeRequirement()
                       throws org.osgi.framework.BundleException
Throws:
org.osgi.framework.BundleException

addCapability

void addCapability()
                   throws org.osgi.framework.BundleException
Throws:
org.osgi.framework.BundleException

removeCapability

void removeCapability()
                      throws org.osgi.framework.BundleException
Throws:
org.osgi.framework.BundleException


Copyright © 2011. All Rights Reserved.