Package org.osgi.test.common.service
Interface ServiceAware<T>
- All Known Implementing Classes:
ServiceConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intorg.osgi.framework.FiltergetService(org.osgi.framework.ServiceReference<T> reference) org.osgi.framework.ServiceReference<T>longintbooleanisEmpty()intsize()waitForService(long timeout)
-
Method Details
-
getService
T getService() -
getService
-
getServices
-
getServiceReference
org.osgi.framework.ServiceReference<T> getServiceReference() -
getServiceReferences
-
getServiceType
-
getTracked
-
getTrackingCount
int getTrackingCount() -
isEmpty
boolean isEmpty() -
size
int size() -
waitForService
- Throws:
InterruptedException
-
getCardinality
int getCardinality() -
getFilter
org.osgi.framework.Filter getFilter() -
getTimeout
long getTimeout() -
close
void close()
-