Uses of Interface
net.esper.eql.core.EngineImportService

Packages that use EngineImportService
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.core Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of EngineImportService in net.esper.core
 

Methods in net.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 net.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 net.esper.eql.core
 

Classes in net.esper.eql.core that implement EngineImportService
 class EngineImportServiceImpl
          Implementation for engine-level imports.
 

Methods in net.esper.eql.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 net.esper.eql.core with parameters of type EngineImportService
MethodResolutionServiceImpl(EngineImportService engineImportService)
          Ctor.
 

Uses of EngineImportService in net.esper.eql.parse
 

Constructors in net.esper.eql.parse with parameters of type EngineImportService
EQLTreeWalker(EngineImportService engineImportService, VariableService variableService)
          Ctor.
 

Uses of EngineImportService in net.esper.eql.spec
 

Methods in net.esper.eql.spec that return EngineImportService
 EngineImportService StatementSpecMapContext.getEngineImportService()
          Returns the engine import service.
 

Methods in net.esper.eql.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 net.esper.eql.spec with parameters of type EngineImportService
StatementSpecMapContext(EngineImportService engineImportService, VariableService variableService)
          Ctor.
 


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