T
- The type of the Servicepublic interface ServiceAndServiceReferencePair<T>
Modifier and Type | Method and Description |
---|---|
T |
getService()
Get the Service instance for this pair.
|
org.osgi.framework.ServiceReference<T> |
getServiceReference()
Get the ServiceReference instance for this pair.
|