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)
          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, boolean isShareViews)
          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.
 

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)
          Ctor.
 

Uses of EngineImportService in net.esper.eql.spec
 

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