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.


Method Summary
 StatementContext makeContext(String statementId, String statementName, String expression, EPServicesContext engineServices)
          Create a new statement context consisting of statement-level services.
 

Method Detail

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 is
statementName - is the statement name
expression - is the statement expression
engineServices - is engine services
Returns:
statement context