public class EPEventServiceHelper extends Object
Constructor and Description |
---|
EPEventServiceHelper() |
Modifier and Type | Method and Description |
---|---|
static ThreadLocal<EPEventServiceThreadLocalEntry> |
allocateThreadLocals(boolean isPrioritized,
String runtimeURI,
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) |
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.
|
public static void processStatementScheduleMultiple(com.espertech.esper.common.internal.context.util.EPStatementAgentInstanceHandle handle, Object callbackObject, EPServicesEvaluation services)
handle
- statement handlecallbackObject
- object containing matchesservices
- runtime servicespublic static void processStatementScheduleSingle(com.espertech.esper.common.internal.context.util.EPStatementHandleCallbackSchedule handle, EPServicesEvaluation services)
handle
- statement handleservices
- runtime servicespublic static ThreadLocal<EPEventServiceThreadLocalEntry> allocateThreadLocals(boolean isPrioritized, String runtimeURI, 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)
Copyright © 2005–2020. All rights reserved.