org.apache.tomcat.jdbc.pool
Class MultiLockFairBlockingQueue.ItemFuture<T>
java.lang.Object
org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture<T>
- All Implemented Interfaces:
- Future<T>
- Enclosing class:
- MultiLockFairBlockingQueue<E>
protected class MultiLockFairBlockingQueue.ItemFuture<T>
- extends Object
- implements Future<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
item
protected volatile T item
latch
protected volatile MultiLockFairBlockingQueue.ExchangeCountDownLatch<T> latch
canceled
protected volatile boolean canceled
MultiLockFairBlockingQueue.ItemFuture
public MultiLockFairBlockingQueue.ItemFuture(T item)
MultiLockFairBlockingQueue.ItemFuture
public MultiLockFairBlockingQueue.ItemFuture(MultiLockFairBlockingQueue.ExchangeCountDownLatch<T> latch)
cancel
public boolean cancel(boolean mayInterruptIfRunning)
- Specified by:
cancel
in interface Future<T>
get
public T get()
throws InterruptedException,
ExecutionException
- Specified by:
get
in interface Future<T>
- Throws:
InterruptedException
ExecutionException
get
public T get(long timeout,
TimeUnit unit)
throws InterruptedException,
ExecutionException,
TimeoutException
- Specified by:
get
in interface Future<T>
- Throws:
InterruptedException
ExecutionException
TimeoutException
isCancelled
public boolean isCancelled()
- Specified by:
isCancelled
in interface Future<T>
isDone
public boolean isDone()
- Specified by:
isDone
in interface Future<T>
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.