com.espertech.esper.epl.core
Class MethodPollingExecStrategyBaseCollection
java.lang.Object
com.espertech.esper.epl.core.MethodPollingExecStrategyBase
com.espertech.esper.epl.core.MethodPollingExecStrategyBaseCollection
- All Implemented Interfaces:
- PollExecStrategy
- Direct Known Subclasses:
- MethodPollingExecStrategyMapCollection, MethodPollingExecStrategyOACollection, MethodPollingExecStrategyPOJOCollection
public abstract class MethodPollingExecStrategyBaseCollection
- extends MethodPollingExecStrategyBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodPollingExecStrategyBaseCollection
public MethodPollingExecStrategyBaseCollection(EventAdapterService eventAdapterService,
net.sf.cglib.reflect.FastMethod method,
EventType eventType,
java.lang.Object invocationTarget,
MethodPollingExecStrategyEnum strategy,
VariableReader variableReader,
java.lang.String variableName,
VariableService variableService)
getEventBean
protected abstract EventBean getEventBean(java.lang.Object value)
handleResult
protected java.util.List<EventBean> handleResult(java.lang.Object invocationResult)
- Specified by:
handleResult
in class MethodPollingExecStrategyBase