|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.ResultDeliveryStrategyTypeArr
public class ResultDeliveryStrategyTypeArr
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 |
---|
public ResultDeliveryStrategyTypeArr(Object subscriber, Method method)
subscriber
- is the receiver to method invocationsmethod
- is the method to deliver toMethod Detail |
---|
public void execute(UniformPair<EventBean[]> result)
ResultDeliveryStrategy
execute
in interface ResultDeliveryStrategy
result
- is the insert and remove stream to indicate
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |