Class EPEventServiceHelper

java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.EPEventServiceHelper

public class EPEventServiceHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 handle
      callbackObject - object containing matches
      services - 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 handle
      services - 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)