Uses of Interface
org.osgi.framework.ServiceObjects
-
Packages that use ServiceObjects Package Description org.apache.felix.framework org.osgi.framework Framework Package Version 1.8. -
-
Uses of ServiceObjects in org.apache.felix.framework
Classes in org.apache.felix.framework that implement ServiceObjects Modifier and Type Class Description (package private) class
BundleContextImpl.ServiceObjectsImpl<S>
Methods in org.apache.felix.framework that return ServiceObjects Modifier and Type Method Description <S> ServiceObjects<S>
BundleContextImpl. getServiceObjects(ServiceReference<S> ref)
-
Uses of ServiceObjects in org.osgi.framework
Methods in org.osgi.framework that return ServiceObjects Modifier and Type Method Description <S> ServiceObjects<S>
BundleContext. getServiceObjects(ServiceReference<S> reference)
Returns theServiceObjects
object for the service referenced by the specifiedServiceReference
object.
-