Package org.drools.util.concurrent.locks

Interface Summary
Lock Lock implementations provide more extensive locking operations than can be obtained using synchronized methods and statements.
 

Class Summary
ReentrantLock This is a stripped down version of jdk1.5 ReentrantLock.