|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementLifecycleSvc | |
---|---|
com.espertech.esper.core | Implementation of client package interfaces, glue code |
Uses of StatementLifecycleSvc in com.espertech.esper.core |
---|
Classes in com.espertech.esper.core that implement StatementLifecycleSvc | |
---|---|
class |
StatementLifecycleSvcImpl
Provides statement lifecycle services. |
Methods in com.espertech.esper.core that return StatementLifecycleSvc | |
---|---|
StatementLifecycleSvc |
EPServicesContext.getStatementLifecycleSvc()
Returns statement lifecycle svc |
StatementLifecycleSvc |
EPServiceProviderSPI.getStatementLifecycleSvc()
Returns statement management service for the engine. |
StatementLifecycleSvc |
EPServiceProviderImpl.getStatementLifecycleSvc()
|
Methods in com.espertech.esper.core with parameters of type StatementLifecycleSvc | |
---|---|
void |
EPServicesContext.setStatementLifecycleSvc(StatementLifecycleSvc statementLifecycleSvc)
Sets the service dealing with starting and stopping statements. |
Constructors in com.espertech.esper.core with parameters of type StatementLifecycleSvc | |
---|---|
EPStatementImpl(String statementId,
String statementName,
String expressionText,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvc statementLifecycleSvc,
long timeLastStateChange,
boolean isBlockingDispatch,
boolean isSpinBlockingDispatch,
long msecBlockingTimeout,
EPStatementHandle epStatementHandle,
VariableService variableService,
StatementResultService statementResultService,
TimeSourceService timeSourceService)
Ctor. |
|
StatementResultServiceImpl(StatementLifecycleSvc statementLifecycleSvc)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |