Uses of Class
net.esper.core.ConfigurationSnapshot

Packages that use ConfigurationSnapshot
net.esper.core Implementation of client package interfaces, glue code 
 

Uses of ConfigurationSnapshot in net.esper.core
 

Methods in net.esper.core with parameters of type ConfigurationSnapshot
 EPServicesContext EPServicesContextFactoryDefault.createServicesContext(EPServiceProvider epServiceProvider, ConfigurationSnapshot configSnapshot)
           
 EPServicesContext EPServicesContextFactory.createServicesContext(EPServiceProvider epServiceProvider, ConfigurationSnapshot configurationSnapshot)
          Factory method for a new set of engine services.
protected static void EPServicesContextFactoryDefault.init(EventAdapterServiceImpl eventAdapterService, ConfigurationSnapshot configSnapshot)
          Initialize event adapter service for config snapshot.
protected static DatabaseConfigService EPServicesContextFactoryDefault.makeDatabaseRefService(ConfigurationSnapshot configSnapshot, SchedulingService schedulingService)
          Creates the database config service.
protected static EngineImportService EPServicesContextFactoryDefault.makeEngineImportService(ConfigurationSnapshot configSnapshot)
          Constructs the auto import service.