public class ResultDeliveryStrategyObjectArr extends java.lang.Object implements ResultDeliveryStrategy
Modifier and Type | Field and Description |
---|---|
protected net.sf.cglib.reflect.FastMethod |
fastMethod |
protected EPStatement |
statement |
protected java.lang.Object |
subscriber |
Constructor and Description |
---|
ResultDeliveryStrategyObjectArr(EPStatement statement,
java.lang.Object subscriber,
java.lang.reflect.Method method,
EngineImportService engineImportService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object[][] |
convert(EventBean[] events) |
void |
execute(UniformPair<EventBean[]> result)
Execute the dispatch.
|
protected final EPStatement statement
protected final java.lang.Object subscriber
protected final net.sf.cglib.reflect.FastMethod fastMethod
public ResultDeliveryStrategyObjectArr(EPStatement statement, java.lang.Object subscriber, java.lang.reflect.Method method, EngineImportService engineImportService)
subscriber
- is the subscriber to deliver tomethod
- the method to invokestatement
- statementengineImportService
- engine importspublic void execute(UniformPair<EventBean[]> result)
ResultDeliveryStrategy
execute
in interface ResultDeliveryStrategy
result
- is the insert and remove stream to indicateprotected java.lang.Object[][] convert(EventBean[] events)