Uses of Interface
net.esper.client.ConfigurationInformation

Packages that use ConfigurationInformation
net.esper.client This package defines the central Esper Client APIs. 
net.esper.core Implementation of client package interfaces, glue code 
 

Uses of ConfigurationInformation in net.esper.client
 

Classes in net.esper.client that implement ConfigurationInformation
 class Configuration
          An instance of Configuration allows the application to specify properties to be used when creating a EPServiceProvider.
 

Uses of ConfigurationInformation in net.esper.core
 

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