com.espertech.esper.core.service
Class ResultDeliveryStrategyObjectArrWStmt

java.lang.Object
  extended by com.espertech.esper.core.service.ResultDeliveryStrategyObjectArr
      extended by com.espertech.esper.core.service.ResultDeliveryStrategyObjectArrWStmt
All Implemented Interfaces:
ResultDeliveryStrategy

public class ResultDeliveryStrategyObjectArrWStmt
extends ResultDeliveryStrategyObjectArr

A result delivery strategy that uses an "update" method that accepts a pair of object array array.


Field Summary
 
Fields inherited from class com.espertech.esper.core.service.ResultDeliveryStrategyObjectArr
fastMethod, statement, subscriber
 
Constructor Summary
ResultDeliveryStrategyObjectArrWStmt(EPStatement statement, java.lang.Object subscriber, java.lang.reflect.Method method)
           
 
Method Summary
 void execute(UniformPair<EventBean[]> result)
          Execute the dispatch.
 
Methods inherited from class com.espertech.esper.core.service.ResultDeliveryStrategyObjectArr
convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultDeliveryStrategyObjectArrWStmt

public ResultDeliveryStrategyObjectArrWStmt(EPStatement statement,
                                            java.lang.Object subscriber,
                                            java.lang.reflect.Method method)
Method Detail

execute

public void execute(UniformPair<EventBean[]> result)
Description copied from interface: ResultDeliveryStrategy
Execute the dispatch.

Specified by:
execute in interface ResultDeliveryStrategy
Overrides:
execute in class ResultDeliveryStrategyObjectArr
Parameters:
result - is the insert and remove stream to indicate

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com