net.esper.core
Interface StatementLockFactory

All Known Implementing Classes:
StatementLockFactoryImpl

public interface StatementLockFactory

Factory for the managed lock that provides statement resource protection.


Method Summary
 ManagedLock getStatementLock(String statementName, String expressionText)
          Create lock for statement
 

Method Detail

getStatementLock

ManagedLock getStatementLock(String statementName,
                             String expressionText)
Create lock for statement

Parameters:
statementName - is the statement name
expressionText - is the statement expression text
Returns:
lock