com.espertech.esper.core.service
Class ResultDeliveryStrategyTypeArr

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

public class ResultDeliveryStrategyTypeArr
extends java.lang.Object
implements ResultDeliveryStrategy

A result delivery strategy that uses an "update" method that accepts a underlying array for use in wildcard selection.


Constructor Summary
ResultDeliveryStrategyTypeArr(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

ResultDeliveryStrategyTypeArr

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

Parameters:
subscriber - is the receiver to method invocations
method - is the method to deliver to
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-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com