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

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


Uses of Interface
org.drools.util.concurrent.locks.Queue

Packages that use Queue
org.drools.util.concurrent.locks   
 

Uses of Queue in org.drools.util.concurrent.locks
 

Subinterfaces of Queue in org.drools.util.concurrent.locks
 interface 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.
 

Classes in org.drools.util.concurrent.locks that implement Queue
 class AbstractQueue
          This class provides skeletal implementations of some Queue operations.
 class LinkedBlockingQueue
          An optionally-bounded blocking queue based on linked nodes.
 



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