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
 

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