|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPServicesContext | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
Uses of EPServicesContext in net.esper.core |
---|
Fields in net.esper.core declared as EPServicesContext | |
---|---|
protected EPServicesContext |
StatementLifecycleSvcImpl.services
Services context for statement lifecycle management. |
Methods in net.esper.core that return EPServicesContext | |
---|---|
EPServicesContext |
EPServicesContextFactoryDefault.createServicesContext(EPServiceProvider epServiceProvider,
ConfigurationInformation configSnapshot)
|
EPServicesContext |
EPServicesContextFactory.createServicesContext(EPServiceProvider epServiceProvider,
ConfigurationInformation 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |