Package jadex.requiredservice.impl
Interface IRequiredServiceFetcher
public interface IRequiredServiceFetcher
Interface for fetching required services.
-
Method Summary
Modifier and TypeMethodDescription<T> T
Get the result of the last search.<T> Collection
<T> Get the result of the last search.<T> jadex.future.IFuture
<T> Get a required service.<T> jadex.future.ITerminableIntermediateFuture
<T> Get a required multi service.
-
Method Details
-
getService
Get a required service.- Parameters:
info
- The service info.provider
- The provider.rebind
- Flag if should be rebound.
-
getServices
Get a required multi service.- Parameters:
info
- The service info.provider
- The provider.rebind
- Flag if should be rebound.
-
getLastService
<T> T getLastService()Get the result of the last search. -
getLastServices
Get the result of the last search.
-