Uses of Interface
com.espertech.esper.client.ConfigurationInformation

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

Uses of ConfigurationInformation in com.espertech.esper.client
 

Classes in com.espertech.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 com.espertech.esper.core
 

Methods in com.espertech.esper.core that return ConfigurationInformation
 ConfigurationInformation EPServiceProviderSPI.getConfigurationInformation()
          Returns the current configuration.
 ConfigurationInformation EPServiceProviderImpl.getConfigurationInformation()
           
 

Methods in com.espertech.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.
protected static TimeSourceService EPServicesContextFactoryDefault.makeTimeSource(ConfigurationInformation configSnapshot)
          Makes the time source provider.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com