Uses of Interface
com.espertech.esper.epl.db.DatabaseConfigService

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

Uses of DatabaseConfigService in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return DatabaseConfigService
 DatabaseConfigService EPServicesContext.getDatabaseRefService()
          Returns the database settings service.
protected static DatabaseConfigService EPServicesContextFactoryDefault.makeDatabaseRefService(ConfigurationInformation configSnapshot, SchedulingService schedulingService)
          Creates the database config service.
 

Constructors in com.espertech.esper.core with parameters of type DatabaseConfigService
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, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService)
          Constructor - sets up new set of services.
 

Uses of DatabaseConfigService in com.espertech.esper.epl.db
 

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

Methods in com.espertech.esper.epl.db with parameters of type DatabaseConfigService
static HistoricalEventViewable DatabasePollingViewableFactory.createDBStatementView(int streamNumber, DBStatementStreamSpec databaseStreamSpec, DatabaseConfigService databaseConfigService, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle)
          Creates the viewable for polling via database SQL query.
 


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