net.esper.core
Interface StatementContextFactory
- All Known Implementing Classes:
- StatementContextFactoryDefault
public interface StatementContextFactory
Interface for a factory class that makes statement context specific to a statement.
makeContext
StatementContext makeContext(String statementId,
String statementName,
String expression,
EPServicesContext engineServices)
- Create a new statement context consisting of statement-level services.
- Parameters:
statementId
- is the statement isstatementName
- is the statement nameexpression
- is the statement expressionengineServices
- is engine services
- Returns:
- statement context