org.apache.felix.servicebinder
Interface ServiceBinderContext


public interface ServiceBinderContext

The ServiceBinderContext is passed to the objects that implement the services if they implement a constructor that receives a reference of this type. Through this interface, they can access the BundleContext along with the list ob binder instances located on the same bundle.

Author:
Felix Project Team

Method Summary
 org.osgi.framework.BundleContext getBundleContext()
           
 InstanceReference getInstanceReference()
           
 java.util.List getInstanceReferences()
           
 

Method Detail

getBundleContext

org.osgi.framework.BundleContext getBundleContext()
Returns:
the Bundle Context of the bundle where the receiver of the context is located

getInstanceReferences

java.util.List getInstanceReferences()

getInstanceReference

InstanceReference getInstanceReference()