Uses of Interface
com.espertech.esper.epl.core.EngineImportService

Packages that use EngineImportService
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.core 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. 
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 EngineImportService in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return EngineImportService
 EngineImportService EPServicesContext.getEngineImportService()
          Returns the import and class name resolution service.
protected static EngineImportService EPServicesContextFactoryDefault.makeEngineImportService(ConfigurationInformation configSnapshot)
          Constructs the auto import service.
 

Constructors in com.espertech.esper.core with parameters of type EngineImportService
ConfigurationOperationsImpl(EventAdapterService eventAdapterService, EngineImportService engineImportService, VariableService variableService)
          Ctor.
EPServicesContext(String engineURI, SchedulingService schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, OutputConditionFactory outputConditionFactory, TimerService timerService, FilterService filterService, StreamFactoryService streamFactoryService, NamedWindowService namedWindowService, VariableService variableService)
          Constructor - sets up new set of services.
 

Uses of EngineImportService in com.espertech.esper.epl.core
 

Classes in com.espertech.esper.epl.core that implement EngineImportService
 class EngineImportServiceImpl
          Implementation for engine-level imports.
 

Methods in com.espertech.esper.epl.core with parameters of type EngineImportService
static HistoricalEventViewable MethodPollingViewableFactory.createPollMethodView(int streamNumber, MethodStreamSpec methodStreamSpec, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, MethodResolutionService methodResolutionService, EngineImportService engineImportService, SchedulingService schedulingService, ScheduleBucket scheduleBucket)
          Creates a method-invocation polling view for use as a stream that calls a method, or pulls results from cache.
 

Constructors in com.espertech.esper.epl.core with parameters of type EngineImportService
MethodResolutionServiceImpl(EngineImportService engineImportService)
          Ctor.
 

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

Constructors in com.espertech.esper.epl.parse with parameters of type EngineImportService
EPLTreeWalker(org.antlr.runtime.tree.TreeNodeStream input, EngineImportService engineImportService, VariableService variableService, long engineTime, SelectClauseStreamSelectorEnum defaultStreamSelector)
          Ctor.
 

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

Methods in com.espertech.esper.epl.spec that return EngineImportService
 EngineImportService StatementSpecMapContext.getEngineImportService()
          Returns the engine import service.
 

Methods in com.espertech.esper.epl.spec with parameters of type EngineImportService
static StatementSpecRaw StatementSpecMapper.map(EPStatementObjectModel sodaStatement, EngineImportService engineImportService, VariableService variableService)
          Maps the SODA object model to a statement specification.
 

Constructors in com.espertech.esper.epl.spec with parameters of type EngineImportService
StatementSpecMapContext(EngineImportService engineImportService, VariableService variableService)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com