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
getBundleContext
BundleContext getBundleContext()
- Returns:
- the Bundle Context of the bundle where the receiver of the context is located
getInstanceReferences
List getInstanceReferences()
getInstanceReference
InstanceReference getInstanceReference()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.