Uses of Class
net.esper.core.EPServicesContext

Packages that use EPServicesContext
net.esper.core   
 

Uses of EPServicesContext in net.esper.core
 

Constructors in net.esper.core with parameters of type EPServicesContext
EPAdministratorImpl(EPServicesContext services)
          Constructor - takes the services context as argument.
EPEQLStmtStartMethod(java.util.List<SelectExprElement> selectionList, java.util.List<StreamSpec> streams, java.util.List<OuterJoinDesc> outerJoinDescList, ExprNode optionalFilterNode, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec optionalOutputLimitViewSpecs, java.lang.String eqlStatement, EPServicesContext services)
          Ctor.
EPPatternStmtStartMethod(EPServicesContext services, PatternStarter patternStarter)
          Ctor.
EPRuntimeImpl(EPServicesContext services)
          Constructor.