com.espertech.esper.core
Class ResultDeliveryStrategyTypeArr

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

public class ResultDeliveryStrategyTypeArr
extends 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(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

ResultDeliveryStrategyTypeArr

public ResultDeliveryStrategyTypeArr(Object subscriber,
                                     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

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