|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
protected static DatabaseConfigService |
EPServicesContextFactoryDefault.makeDatabaseRefService(ConfigurationInformation configSnapshot,
SchedulingService schedulingService)
Creates the database config service. |
Constructors in net.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)
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 |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |