Uses of Class
net.esper.core.EPServicesContext

Packages that use EPServicesContext
net.esper.core Implementation of client package interfaces, glue code 
 

Uses of EPServicesContext in net.esper.core
 

Methods in net.esper.core that return EPServicesContext
 EPServicesContext EPServicesContextFactoryDefault.createServicesContext(EPServiceProvider epServiceProvider, ConfigurationSnapshot configSnapshot)
           
 EPServicesContext EPServicesContextFactory.createServicesContext(EPServiceProvider epServiceProvider, ConfigurationSnapshot configurationSnapshot)
          Factory method for a new set of engine services.
 

Methods in net.esper.core with parameters of type EPServicesContext
 StatementContext StatementContextFactoryDefault.makeContext(String statementId, String statementName, String expression, EPServicesContext engineServices)
           
 StatementContext StatementContextFactory.makeContext(String statementId, String statementName, String expression, EPServicesContext engineServices)
          Create a new statement context consisting of statement-level services.
 

Constructors in net.esper.core with parameters of type EPServicesContext
EPAdministratorImpl(EPServicesContext services, ConfigurationOperations configurationOperations)
          Constructor - takes the services context as argument.
EPRuntimeImpl(EPServicesContext services)
          Constructor.
EPStatementStartMethod(StatementSpecCompiled statementSpec, EPServicesContext services, StatementContext statementContext)
          Ctor.
StatementLifecycleSvcImpl(EPServiceProvider epServiceProvider, EPServicesContext services)
          Ctor.