Uses of Interface
com.espertech.esper.core.service.EngineLevelExtensionServicesContext

Packages that use EngineLevelExtensionServicesContext
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.pattern.guard Pattern guards that can define the lifetime of a pattern 
com.espertech.esper.pattern.observer Pattern observer classes the observe timer events 
com.espertech.esper.schedule Package for timer callback scheduling 
 

Uses of EngineLevelExtensionServicesContext in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return EngineLevelExtensionServicesContext
 EngineLevelExtensionServicesContext StatementContext.getEngineExtensionServicesContext()
           
 EngineLevelExtensionServicesContext StatementContextEngineServices.getEngineLevelExtensionServicesContext()
           
 EngineLevelExtensionServicesContext EPServicesContext.getEngineLevelExtensionServicesContext()
          Returns extension service for adding custom the services.
 EngineLevelExtensionServicesContext EPServiceProviderSPI.getExtensionServicesContext()
          Returns the extension services context.
 EngineLevelExtensionServicesContext EPServiceProviderImpl.getExtensionServicesContext()
           
 

Constructors in com.espertech.esper.core.service with parameters of type EngineLevelExtensionServicesContext
EPServicesContext(java.lang.String engineURI, SchedulingServiceSPI schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, EngineLevelExtensionServicesContext engineLevelExtensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, TimerService timerService, FilterServiceSPI filterService, StreamFactoryService streamFactoryService, NamedWindowMgmtService namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, VariableService variableService, TableService tableService, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService, MetricReportingServiceSPI metricsReportingService, StatementEventTypeRef statementEventTypeRef, StatementVariableRef statementVariableRef, ConfigurationInformation configSnapshot, ThreadingService threadingServiceImpl, InternalEventRouterImpl internalEventRouter, StatementIsolationService statementIsolationService, SchedulingMgmtService schedulingMgmtService, DeploymentStateService deploymentStateService, ExceptionHandlingService exceptionHandlingService, PatternNodeFactory patternNodeFactory, EventTypeIdGenerator eventTypeIdGenerator, StatementMetadataFactory statementMetadataFactory, ContextManagementService contextManagementService, PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc, MatchRecognizeStatePoolEngineSvc matchRecognizeStatePoolEngineSvc, DataFlowService dataFlowService, ExprDeclaredService exprDeclaredService, ContextControllerFactoryFactorySvc contextControllerFactoryFactorySvc, ContextManagerFactoryService contextManagerFactoryService, EPStatementFactory epStatementFactory, RegexHandlerFactory regexHandlerFactory, ViewableActivatorFactory viewableActivatorFactory, FilterNonPropertyRegisteryService filterNonPropertyRegisteryService, ResultSetProcessorHelperFactory resultSetProcessorHelperFactory, ViewServicePreviousFactory viewServicePreviousFactory, EventTableIndexService eventTableIndexService, EPRuntimeIsolatedFactory epRuntimeIsolatedFactory, FilterBooleanExpressionFactory filterBooleanExpressionFactory, DataCacheFactory dataCacheFactory, MultiMatchHandlerFactory multiMatchHandlerFactory, NamedWindowConsumerMgmtService namedWindowConsumerMgmtService)
          Constructor - sets up new set of services.
StatementContextEngineServices(java.lang.String engineURI, EventAdapterService eventAdapterService, NamedWindowMgmtService namedWindowMgmtService, VariableService variableService, TableService tableService, EngineSettingsService engineSettingsService, ValueAddEventService valueAddEventService, ConfigurationInformation configSnapshot, MetricReportingServiceSPI metricReportingService, ViewService viewService, ExceptionHandlingService exceptionHandlingService, ExpressionResultCacheService expressionResultCacheService, StatementEventTypeRef statementEventTypeRef, TableExprEvaluatorContext tableExprEvaluatorContext, EngineLevelExtensionServicesContext engineLevelExtensionServicesContext, RegexHandlerFactory regexHandlerFactory, StatementLockFactory statementLockFactory, ContextManagementService contextManagementService, ViewServicePreviousFactory viewServicePreviousFactory, EventTableIndexService eventTableIndexService, PatternNodeFactory patternNodeFactory, FilterBooleanExpressionFactory filterBooleanExpressionFactory, TimeSourceService timeSourceService)
           
 

Uses of EngineLevelExtensionServicesContext in com.espertech.esper.epl.db
 

Methods in com.espertech.esper.epl.db with parameters of type EngineLevelExtensionServicesContext
 void DataCacheExpiringImpl.scheduledTrigger(EngineLevelExtensionServicesContext engineLevelExtensionServicesContext)
           
 

Uses of EngineLevelExtensionServicesContext in com.espertech.esper.pattern.guard
 

Methods in com.espertech.esper.pattern.guard with parameters of type EngineLevelExtensionServicesContext
 void TimerWithinOrMaxCountGuard.scheduledTrigger(EngineLevelExtensionServicesContext engineLevelExtensionServicesContext)
           
 void TimerWithinGuard.scheduledTrigger(EngineLevelExtensionServicesContext engineLevelExtensionServicesContext)
           
 

Uses of EngineLevelExtensionServicesContext in com.espertech.esper.pattern.observer
 

Methods in com.espertech.esper.pattern.observer with parameters of type EngineLevelExtensionServicesContext
 void TimerScheduleObserver.scheduledTrigger(EngineLevelExtensionServicesContext engineLevelExtensionServicesContext)
           
 void TimerIntervalObserver.scheduledTrigger(EngineLevelExtensionServicesContext engineLevelExtensionServicesContext)
           
 void TimerAtObserver.scheduledTrigger(EngineLevelExtensionServicesContext engineLevelExtensionServicesContext)
           
 

Uses of EngineLevelExtensionServicesContext in com.espertech.esper.schedule
 

Methods in com.espertech.esper.schedule with parameters of type EngineLevelExtensionServicesContext
 void ScheduleHandleCallback.scheduledTrigger(EngineLevelExtensionServicesContext engineLevelExtensionServicesContext)
          Callback that is invoked as indicated by a schedule added to the scheduling service.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com