|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.EPServicesContextFactoryDefault
public class EPServicesContextFactoryDefault
Factory for services context.
Constructor Summary | |
---|---|
EPServicesContextFactoryDefault()
|
Method Summary | |
---|---|
EPServicesContext |
createServicesContext(EPServiceProvider epServiceProvider,
ConfigurationInformation configSnapshot)
Factory method for a new set of engine services. |
protected static void |
init(EventAdapterService eventAdapterService,
ConfigurationInformation configSnapshot)
Initialize event adapter service for config snapshot. |
protected static ExceptionHandlingService |
initExceptionHandling(java.lang.String engineURI,
ConfigurationEngineDefaults.ExceptionHandling exceptionHandling,
ConfigurationEngineDefaults.ConditionHandling conditionHandling)
|
protected static void |
initVariables(VariableService variableService,
java.util.Map<java.lang.String,ConfigurationVariable> variables,
EngineImportService engineImportService)
Adds configured variables to the variable service. |
protected static DatabaseConfigService |
makeDatabaseRefService(ConfigurationInformation configSnapshot,
SchedulingService schedulingService,
SchedulingMgmtService schedulingMgmtService)
Creates the database config service. |
protected static EngineImportService |
makeEngineImportService(ConfigurationInformation configSnapshot)
Constructs the auto import service. |
protected static TimeSourceService |
makeTimeSource(ConfigurationInformation configSnapshot)
Makes the time source provider. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPServicesContextFactoryDefault()
Method Detail |
---|
public EPServicesContext createServicesContext(EPServiceProvider epServiceProvider, ConfigurationInformation configSnapshot)
EPServicesContextFactory
createServicesContext
in interface EPServicesContextFactory
epServiceProvider
- is the engine instanceconfigSnapshot
- is a snapshot of configs at the time of engine creation
protected static ExceptionHandlingService initExceptionHandling(java.lang.String engineURI, ConfigurationEngineDefaults.ExceptionHandling exceptionHandling, ConfigurationEngineDefaults.ConditionHandling conditionHandling) throws ConfigurationException
ConfigurationException
protected static TimeSourceService makeTimeSource(ConfigurationInformation configSnapshot)
configSnapshot
- the configuration
protected static void initVariables(VariableService variableService, java.util.Map<java.lang.String,ConfigurationVariable> variables, EngineImportService engineImportService)
variableService
- service to add tovariables
- configured variablesprotected static void init(EventAdapterService eventAdapterService, ConfigurationInformation configSnapshot)
eventAdapterService
- is events adapterconfigSnapshot
- is the config snapshotprotected static EngineImportService makeEngineImportService(ConfigurationInformation configSnapshot)
configSnapshot
- config info
protected static DatabaseConfigService makeDatabaseRefService(ConfigurationInformation configSnapshot, SchedulingService schedulingService, SchedulingMgmtService schedulingMgmtService)
configSnapshot
- is the config snapshotschedulingService
- is the timer stuffschedulingMgmtService
- for statement schedule management
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |