Uses of Interface
net.esper.eql.db.DatabaseConfigService

Packages that use DatabaseConfigService
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.db Database SQL polling views and caches 
 

Uses of DatabaseConfigService in net.esper.core
 

Methods in net.esper.core that return DatabaseConfigService
 DatabaseConfigService EPServicesContext.getDatabaseRefService()
          Returns the database settings service.
 

Constructors in net.esper.core with parameters of type DatabaseConfigService
EPServicesContext(SchedulingService schedulingService, EventAdapterService eventAdapterService, AutoImportService autoImportService, DatabaseConfigService databaseConfigService)
          Constructor - sets up new set of services.
 

Uses of DatabaseConfigService in net.esper.eql.db
 

Classes in net.esper.eql.db that implement DatabaseConfigService
 class DatabaseConfigServiceImpl
          Implementation provides database instance services such as connection factory and connection settings.
 

Methods in net.esper.eql.db with parameters of type DatabaseConfigService
static HistoricalEventViewable PollingViewableFactory.createDBStatementView(int streamNumber, DBStatementStreamSpec databaseStreamSpec, DatabaseConfigService databaseConfigService, EventAdapterService eventAdapterService)
          Creates the viewable for polling via database SQL query.