com.ibm.wsspi.kernel.service.utils
Interface ServiceAndServiceReferencePair<T>
Type Parameters:
T
- The type of the Service - public interface ServiceAndServiceReferencePair<T>
Handy for when you want to query properties on the ServiceReference for a given Service.
Method Summary
Modifier and Type | Method and Description |
---|---|
getService()
Get the Service instance for this pair.
|
|
|
getServiceReference()
Get the ServiceReference instance for this pair.
|
Method Detail
getService
- T getService()
Get the Service instance for this pair.
Returns:
getServiceReference
getServiceReference()
Get the ServiceReference instance for this pair.
Returns: