Class ServiceQueryInfo<T>

java.lang.Object
jadex.providedservice.impl.search.ServiceQueryInfo<T>

public class ServiceQueryInfo<T> extends Object
Info with query and result future.
  • Field Details

    • query

      protected ServiceQuery<T> query
      The query.
    • future

      protected jadex.future.TerminableIntermediateFuture<T> future
      The futures.
  • Constructor Details

    • ServiceQueryInfo

      public ServiceQueryInfo(ServiceQuery<T> query, jadex.future.TerminableIntermediateFuture<T> future)
      Create a new query info.
  • Method Details

    • getQuery

      public ServiceQuery<T> getQuery()
      Get the query.
      Returns:
      The query
    • setQuery

      public void setQuery(ServiceQuery<T> query)
      Set the query.
      Parameters:
      query - The query to set
    • getFuture

      public jadex.future.TerminableIntermediateFuture<T> getFuture()
      Get the future.
      Returns:
      The future
    • setFuture

      public void setFuture(jadex.future.TerminableIntermediateFuture<T> future)
      Set the future.
      Parameters:
      future - The future to set