Package org.drools.util.concurrent.locks
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
Lock Lock implementations provide more extensive locking operations than can be obtained using synchronized methods and statements.
Classes
ReentrantLock This is a stripped down version of jdk1.5 ReentrantLock.