Uses of Interface
com.espertech.esper.core.ResultDeliveryStrategy

Packages that use ResultDeliveryStrategy
com.espertech.esper.core Implementation of client package interfaces, glue code 
 

Uses of ResultDeliveryStrategy in com.espertech.esper.core
 

Classes in com.espertech.esper.core that implement ResultDeliveryStrategy
 class ResultDeliveryStrategyImpl
          A result delivery strategy that uses a matching "update" method and optional start, end, and updateRStream methods, to deliver column-wise to parameters of the update method.
 class ResultDeliveryStrategyMap
          A result delivery strategy that uses an "update" method that accepts a pair of map array.
 class ResultDeliveryStrategyObjectArr
          A result delivery strategy that uses an "update" method that accepts a pair of object array array.
 class ResultDeliveryStrategyTypeArr
          A result delivery strategy that uses an "update" method that accepts a underlying array for use in wildcard selection.
 

Methods in com.espertech.esper.core that return ResultDeliveryStrategy
static ResultDeliveryStrategy ResultDeliveryStrategyFactory.create(Object subscriber, Class[] selectClauseTypes, String[] selectClauseColumns)
          Creates a strategy implementation that indicates to subscribers the statement results based on the select-clause columns.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com