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(String engineURI, ConfigurationSnapshot configurationSnapshot)
          Factory method for a new set of engine services.
 

Method Detail

createServicesContext

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

Parameters:
engineURI - is the URI for the engine or null if this is the default engine
configurationSnapshot - is a snapshot of configs at the time of engine creation
Returns:
services context