public interface IRequiredServiceFetcher
Modifier and Type | Method and Description |
---|---|
<T> T |
getLastService()
Get the result of the last search.
|
<T> java.util.Collection<T> |
getLastServices()
Get the result of the last search.
|
<T> IFuture<T> |
getService(RequiredServiceInfo info)
Get a required service.
|
<T> ITerminableIntermediateFuture<T> |
getServices(RequiredServiceInfo info)
Get a required multi service.
|
<T> IFuture<T> getService(RequiredServiceInfo info)
info
- The service info.provider
- The provider.rebind
- Flag if should be rebound.<T> ITerminableIntermediateFuture<T> getServices(RequiredServiceInfo info)
info
- The service info.provider
- The provider.rebind
- Flag if should be rebound.<T> T getLastService()
<T> java.util.Collection<T> getLastServices()