Class QueryBinding

  • All Implemented Interfaces:
    QueryBindingConstants, Binding

    public class QueryBinding
    extends AbstractPollingBinding
    implements QueryBindingConstants
    Implementation of a perspective query binding. These bindings will execute a named query, optionally on a rate.

    The polling rate, as well as the parameter values, are all expressions that can produce new values at any time. Care is taken to ensure that any blocking work takes place on the perspective working thread-pool.