Uses of Interface
net.esper.core.StatementLifecycleSvc

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

Uses of StatementLifecycleSvc in net.esper.core
 

Classes in net.esper.core that implement StatementLifecycleSvc
 class StatementLifecycleSvcImpl
          Provides statement lifecycle services.
 

Methods in net.esper.core that return StatementLifecycleSvc
 StatementLifecycleSvc EPServicesContext.getStatementLifecycleSvc()
          Returns statement lifecycle svc
 

Methods in net.esper.core with parameters of type StatementLifecycleSvc
 void EPServicesContext.setStatementLifecycleSvc(StatementLifecycleSvc statementLifecycleSvc)
          Sets the service dealing with starting and stopping statements.
 

Constructors in net.esper.core with parameters of type StatementLifecycleSvc
EPStatementImpl(EPServiceProvider epServiceProvider, String statementId, String statementName, String expressionText, boolean isPattern, DispatchService dispatchService, StatementLifecycleSvc statementLifecycleSvc, boolean isBlockingDispatch, long msecBlockingTimeout)
          Ctor.