net.esper.core
Interface EPServicesContextFactory

All Known Implementing Classes:
EPServicesContextFactoryDefault

public interface EPServicesContextFactory

Interface for a factory class to provide services in a services context for an engine instance.


Method Summary
 EPServicesContext createServicesContext(EPServiceProvider epServiceProvider, ConfigurationSnapshot configurationSnapshot)
          Factory method for a new set of engine services.
 

Method Detail

createServicesContext

EPServicesContext createServicesContext(EPServiceProvider epServiceProvider,
                                        ConfigurationSnapshot configurationSnapshot)
Factory method for a new set of engine services.

Parameters:
epServiceProvider - is the engine instance
configurationSnapshot - is a snapshot of configs at the time of engine creation
Returns:
services context