com.espertech.esper.core
Class ResultDeliveryStrategyObjectArr

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

public class ResultDeliveryStrategyObjectArr
extends Object
implements ResultDeliveryStrategy

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


Constructor Summary
ResultDeliveryStrategyObjectArr(Object subscriber, 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(Object subscriber,
                                       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

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