public interface OsgiServiceDependency
Modifier and Type | Method and Description |
---|---|
String |
getBeanName()
Returns the bean name (if any) that declares this dependency.
|
org.osgi.framework.Filter |
getServiceFilter()
Returns the OSGi filter for the service dependency.
|
boolean |
isMandatory()
Indicates if the dependency is mandatory or not.
|
org.osgi.framework.Filter getServiceFilter()
String getBeanName()
boolean isMandatory()
Copyright © 2006–2016. All rights reserved.