public class StatementLifecycleServiceImpl extends Object implements StatementLifecycleService
Constructor and Description |
---|
StatementLifecycleServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addStatement(EPStatementSPI stmt) |
EPStatementSPI |
getStatementById(int statementId) |
com.espertech.esper.common.internal.context.util.StatementContext |
getStatementContextById(int statementId) |
void |
removeStatement(int statementId) |
public void addStatement(EPStatementSPI stmt)
addStatement
in interface StatementLifecycleService
public com.espertech.esper.common.internal.context.util.StatementContext getStatementContextById(int statementId)
getStatementContextById
in interface com.espertech.esper.common.internal.context.util.StatementContextResolver
getStatementContextById
in interface StatementLifecycleService
public EPStatementSPI getStatementById(int statementId)
getStatementById
in interface StatementLifecycleService
public void removeStatement(int statementId)
removeStatement
in interface StatementLifecycleService
Copyright © 2005–2018. All rights reserved.