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(String engineURI, ConfigurationSnapshot configSnapshot)
           
 EPServicesContext EPServicesContextFactory.createServicesContext(String engineURI, ConfigurationSnapshot configurationSnapshot)
          Factory method for a new set of engine services.
protected static void EPServicesContextFactoryDefault.init(EventAdapterServiceBase eventAdapterService, ConfigurationSnapshot configSnapshot)
          Initialize event adapter service for config snapshot.
protected static AutoImportService EPServicesContextFactoryDefault.makeAutoImportService(ConfigurationSnapshot configSnapshot)
          Constructs the auto import service.
protected static DatabaseConfigService EPServicesContextFactoryDefault.makeDatabaseRefService(ConfigurationSnapshot configSnapshot, SchedulingService schedulingService)
          Creates the database config service.