站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 3.0.6 API 英文版文档

org.drools.util.concurrent.locks - JBoss RULES 3.0.6 API 英文版文档


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.