Class ServiceQueryInfo<T>
java.lang.Object
jadex.providedservice.impl.search.ServiceQueryInfo<T>
Info with query and result future.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.future.TerminableIntermediateFuture
<T> The futures.protected ServiceQuery
<T> The query. -
Constructor Summary
ConstructorsConstructorDescriptionServiceQueryInfo
(ServiceQuery<T> query, jadex.future.TerminableIntermediateFuture<T> future) Create a new query info. -
Method Summary
Modifier and TypeMethodDescriptionjadex.future.TerminableIntermediateFuture
<T> Get the future.getQuery()
Get the query.void
Set the future.void
setQuery
(ServiceQuery<T> query) Set the query.
-
Field Details
-
query
The query. -
future
The futures.
-
-
Constructor Details
-
ServiceQueryInfo
Create a new query info.
-
-
Method Details
-
getQuery
Get the query.- Returns:
- The query
-
setQuery
Set the query.- Parameters:
query
- The query to set
-
getFuture
Get the future.- Returns:
- The future
-
setFuture
Set the future.- Parameters:
future
- The future to set
-