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(String engineURI, ConfigurationSnapshot configSnapshot)
           
 EPServicesContext EPServicesContextFactory.createServicesContext(String engineURI, ConfigurationSnapshot configurationSnapshot)
          Factory method for a new set of engine 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(String statementId, String statementName, StatementSpecCompiled statementSpec, String eqlStatement, EPServicesContext services, EPStatementHandle epStatementHandle)
          Ctor.
StatementLifecycleSvcImpl(EPServicesContext services)
          Ctor.