Uses of Interface
com.espertech.esper.core.context.mgr.ContextManagementService

Packages that use ContextManagementService
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.start Classes related to start and stop of statements 
com.espertech.esper.epl.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of ContextManagementService in com.espertech.esper.core.context.mgr
 

Classes in com.espertech.esper.core.context.mgr that implement ContextManagementService
 class ContextManagementServiceImpl
           
 

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

Methods in com.espertech.esper.core.service that return ContextManagementService
 ContextManagementService EPServicesContext.getContextManagementService()
           
 ContextManagementService EPServiceProviderSPI.getContextManagementService()
           
 ContextManagementService EPServiceProviderImpl.getContextManagementService()
           
 

Methods in com.espertech.esper.core.service with parameters of type ContextManagementService
static StatementSpecRaw EPAdministratorHelper.compileEPL(java.lang.String eplStatement, java.lang.String eplStatementForErrorMsg, boolean addPleaseCheck, java.lang.String statementName, SelectClauseStreamSelectorEnum defaultStreamSelector, EngineImportService engineImportService, VariableService variableService, SchedulingService schedulingService, java.lang.String engineURI, ConfigurationInformation configSnapshot, PatternNodeFactory patternNodeFactory, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, TableService tableService)
          Compile the EPL.
 

Constructors in com.espertech.esper.core.service with parameters of type ContextManagementService
EPServicesContext(java.lang.String engineURI, SchedulingServiceSPI schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, TimerService timerService, FilterServiceSPI filterService, StreamFactoryService streamFactoryService, NamedWindowService namedWindowService, 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, SchedulableAgentInstanceDirectory schedulableAgentInstanceDirectory, PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc, DataFlowService dataFlowService, ExprDeclaredService exprDeclaredService)
          Constructor - sets up new set of services.
 

Uses of ContextManagementService in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start with parameters of type ContextManagementService
static java.util.Collection<java.lang.Integer> EPPreparedExecuteMethodHelper.getAgentInstanceIds(FireAndForgetProcessor processor, ContextPartitionSelector selector, ContextManagementService contextManagementService, java.lang.String contextName)
           
 

Constructors in com.espertech.esper.core.start with parameters of type ContextManagementService
EPStatementDestroyCallbackContext(ContextManagementService contextManagementService, java.lang.String optionalContextName, java.lang.String statementName, java.lang.String statementId)
           
 

Uses of ContextManagementService in com.espertech.esper.epl.parse
 

Constructors in com.espertech.esper.epl.parse with parameters of type ContextManagementService
EPLTreeWalkerListener(org.antlr.v4.runtime.CommonTokenStream tokenStream, EngineImportService engineImportService, VariableService variableService, SchedulingService schedulingService, SelectClauseStreamSelectorEnum defaultStreamSelector, java.lang.String engineURI, ConfigurationInformation configurationInformation, PatternNodeFactory patternNodeFactory, ContextManagementService contextManagementService, java.util.List<java.lang.String> scriptBodies, ExprDeclaredService exprDeclaredService, TableService tableService)
          Ctor.
 

Uses of ContextManagementService in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return ContextManagementService
 ContextManagementService StatementSpecMapContext.getContextManagementService()
           
 

Methods in com.espertech.esper.epl.spec with parameters of type ContextManagementService
static StatementSpecRaw StatementSpecMapper.map(EPStatementObjectModel sodaStatement, EngineImportService engineImportService, VariableService variableService, ConfigurationInformation configuration, SchedulingService schedulingService, java.lang.String engineURI, PatternNodeFactory patternNodeFactory, NamedWindowService namedWindowService, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, TableService tableService)
          Maps the SODA object model to a statement specification.
 

Constructors in com.espertech.esper.epl.spec with parameters of type ContextManagementService
StatementSpecMapContext(EngineImportService engineImportService, VariableService variableService, ConfigurationInformation configuration, SchedulingService schedulingService, java.lang.String engineURI, PatternNodeFactory patternNodeFactory, NamedWindowService namedWindowService, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, ContextDescriptor contextDescriptor, TableService tableService)
          Ctor.
 


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