Class EPEventServiceHelper
java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.EPEventServiceHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallocateThreadLocals
(boolean isPrioritized, String runtimeURI, com.espertech.esper.common.client.configuration.Configuration configuration, com.espertech.esper.common.client.hook.expr.EventBeanService eventBeanService, com.espertech.esper.common.internal.settings.ExceptionHandlingService exceptionHandlingService, com.espertech.esper.common.internal.schedule.SchedulingService schedulingService, TimeZone timeZone, com.espertech.esper.common.internal.epl.expression.time.abacus.TimeAbacus timeAbacus, com.espertech.esper.common.internal.epl.variable.core.VariableManagementService variableManagementService) static void
processStatementScheduleMultiple
(com.espertech.esper.common.internal.context.util.EPStatementAgentInstanceHandle handle, Object callbackObject, EPServicesEvaluation services) Processing multiple schedule matches for a statement.static void
processStatementScheduleSingle
(com.espertech.esper.common.internal.context.util.EPStatementHandleCallbackSchedule handle, EPServicesEvaluation services) Processing single schedule matche for a statement.
-
Constructor Details
-
EPEventServiceHelper
public EPEventServiceHelper()
-
-
Method Details
-
processStatementScheduleMultiple
public static void processStatementScheduleMultiple(com.espertech.esper.common.internal.context.util.EPStatementAgentInstanceHandle handle, Object callbackObject, EPServicesEvaluation services) Processing multiple schedule matches for a statement.- Parameters:
handle
- statement handlecallbackObject
- object containing matchesservices
- runtime services
-
processStatementScheduleSingle
public static void processStatementScheduleSingle(com.espertech.esper.common.internal.context.util.EPStatementHandleCallbackSchedule handle, EPServicesEvaluation services) Processing single schedule matche for a statement.- Parameters:
handle
- statement handleservices
- runtime services
-
allocateThreadLocals
public static ThreadLocal<EPEventServiceThreadLocalEntry> allocateThreadLocals(boolean isPrioritized, String runtimeURI, com.espertech.esper.common.client.configuration.Configuration configuration, com.espertech.esper.common.client.hook.expr.EventBeanService eventBeanService, com.espertech.esper.common.internal.settings.ExceptionHandlingService exceptionHandlingService, com.espertech.esper.common.internal.schedule.SchedulingService schedulingService, TimeZone timeZone, com.espertech.esper.common.internal.epl.expression.time.abacus.TimeAbacus timeAbacus, com.espertech.esper.common.internal.epl.variable.core.VariableManagementService variableManagementService)
-