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

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


Uses of Class
org.drools.util.concurrent.locks.TimeUnit

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

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

Fields in org.drools.util.concurrent.locks declared as TimeUnit
static TimeUnit TimeUnit.DAYS
           
static TimeUnit TimeUnit.HOURS
           
static TimeUnit TimeUnit.MICROSECONDS
           
static TimeUnit TimeUnit.MILLISECONDS
           
static TimeUnit TimeUnit.MINUTES
           
static TimeUnit TimeUnit.NANOSECONDS
           
static TimeUnit TimeUnit.SECONDS
           
 

Methods in org.drools.util.concurrent.locks that return TimeUnit
static TimeUnit TimeUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeUnit[] TimeUnit.values()
           
 

Methods in org.drools.util.concurrent.locks with parameters of type TimeUnit
abstract  long TimeUnit.convert(long sourceDuration, TimeUnit sourceUnit)
          Convert the given time duration in the given unit to this unit.
 boolean LinkedBlockingQueue.offer(Object e, long timeout, TimeUnit unit)
          Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
 boolean BlockingQueue.offer(Object e, long timeout, TimeUnit unit)
          Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
 Object LinkedBlockingQueue.poll(long timeout, TimeUnit unit)
           
 Object BlockingQueue.poll(long timeout, TimeUnit unit)
          Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
 



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