com.espertech.esper.core.service
Class ResultDeliveryStrategyObjectArr

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

public class ResultDeliveryStrategyObjectArr
extends java.lang.Object
implements ResultDeliveryStrategy

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


Constructor Summary
ResultDeliveryStrategyObjectArr(java.lang.String statementName, java.lang.Object subscriber, java.lang.reflect.Method method)
          Ctor.
 
Method Summary
 void execute(UniformPair<EventBean[]> result)
          Execute the dispatch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultDeliveryStrategyObjectArr

public ResultDeliveryStrategyObjectArr(java.lang.String statementName,
                                       java.lang.Object subscriber,
                                       java.lang.reflect.Method method)
Ctor.

Parameters:
subscriber - is the subscriber to deliver to
method - the method to invoke
Method Detail

execute

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

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

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