net.esper.core
Class StatementLockFactoryImpl

java.lang.Object
  extended by net.esper.core.StatementLockFactoryImpl
All Implemented Interfaces:
StatementLockFactory

public class StatementLockFactoryImpl
extends Object
implements StatementLockFactory

Provides statement-level locks.


Constructor Summary
StatementLockFactoryImpl()
           
 
Method Summary
 ManagedLock getStatementLock(String statementName, String expressionText)
          Create lock for statement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementLockFactoryImpl

public StatementLockFactoryImpl()
Method Detail

getStatementLock

public ManagedLock getStatementLock(String statementName,
                                    String expressionText)
Description copied from interface: StatementLockFactory
Create lock for statement

Specified by:
getStatementLock in interface StatementLockFactory
Parameters:
statementName - is the statement name
expressionText - is the statement expression text
Returns:
lock

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com