Class StatementLifecycleServiceImpl
java.lang.Object
com.espertech.esper.runtime.internal.statementlifesvc.StatementLifecycleServiceImpl
- All Implemented Interfaces:
com.espertech.esper.common.internal.context.util.StatementContextResolver
,StatementLifecycleService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addStatement
(EPStatementSPI stmt) getStatementById
(int statementId) com.espertech.esper.common.internal.context.util.StatementContext
getStatementContextById
(int statementId) void
removeStatement
(int statementId)
-
Constructor Details
-
StatementLifecycleServiceImpl
public StatementLifecycleServiceImpl()
-
-
Method Details
-
addStatement
- Specified by:
addStatement
in interfaceStatementLifecycleService
-
getStatementContextById
public com.espertech.esper.common.internal.context.util.StatementContext getStatementContextById(int statementId) - Specified by:
getStatementContextById
in interfacecom.espertech.esper.common.internal.context.util.StatementContextResolver
- Specified by:
getStatementContextById
in interfaceStatementLifecycleService
-
getStatementById
- Specified by:
getStatementById
in interfaceStatementLifecycleService
-
removeStatement
public void removeStatement(int statementId) - Specified by:
removeStatement
in interfaceStatementLifecycleService
-