public interface ReferenceManager<S,T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the service reference.
|
java.util.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. |
java.lang.String |
getTarget()
Returns the target filter of this dependency as a string or
null if this dependency has no target filter set. |
boolean |
isSatisfied() |
java.util.List<org.osgi.framework.ServiceReference<?>> getServiceReferences()
ServiceReference instances of all
services this instance is bound to or null if no services
are actually bound.java.lang.String getName()
java.lang.String getTarget()
null if this dependency has no target filter set.null if
none is set.boolean isSatisfied()