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

org.drools.util.concurrent.locks (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Package org.drools.util.concurrent.locks

Interface Summary
BlockingQueue A edu.emory.mathcs.backport.java.util.Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.
Lock Lock implementations provide more extensive locking operations than can be obtained using synchronized methods and statements.
NanoTimer Interface to specify custom implementation of precise timer.
Queue A collection designed for holding elements prior to processing.
 

Class Summary
AbstractCollection Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent collections.
AbstractQueue This class provides skeletal implementations of some Queue operations.
Arrays  
LinkedBlockingQueue An optionally-bounded blocking queue based on linked nodes.
ReentrantLock This is a stripped down version of jdk1.5 ReentrantLock.
TimeUnit A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
Utils This class groups together the functionality of java.util.concurrent that cannot be fully and reliably implemented in backport, but for which some form of emulation is possible.
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.