|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.ResultDeliveryStrategyObjectArr
public class ResultDeliveryStrategyObjectArr
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 |
---|
public ResultDeliveryStrategyObjectArr(java.lang.String statementName, java.lang.Object subscriber, java.lang.reflect.Method method)
subscriber
- is the subscriber to deliver tomethod
- the method to invokeMethod Detail |
---|
public void execute(UniformPair<EventBean[]> result)
ResultDeliveryStrategy
execute
in interface ResultDeliveryStrategy
result
- is the insert and remove stream to indicate
|
© 2006-2015 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 |