public interface ReferenceManager<S,T>
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the service reference.
|
List<org.osgi.framework.ServiceReference<?>> |
getServiceReferences()
Returns an array of
ServiceReference instances of all
services this instance is bound to or null if no services
are actually bound. |
String |
getTarget()
Returns the target filter of this dependency as a string or
null if this dependency has no target filter set. |
boolean |
isSatisfied() |
List<org.osgi.framework.ServiceReference<?>> getServiceReferences()
ServiceReference
instances of all
services this instance is bound to or null
if no services
are actually bound.String getName()
String getTarget()
null
if this dependency has no target filter set.null
if
none is set.boolean isSatisfied()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.