|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.concurrent.FutureTask<V>
org.jboss.portal.widget.ExpiringFutureTask<V>
public class ExpiringFutureTask<V>
| Constructor Summary | |
|---|---|
ExpiringFutureTask(long expires,
java.util.concurrent.Callable<V> callable)
|
|
| Method Summary | |
|---|---|
boolean |
isExpired()
|
| Methods inherited from class java.util.concurrent.FutureTask |
|---|
cancel, done, get, get, isCancelled, isDone, run, runAndReset, set, setException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpiringFutureTask(long expires,
java.util.concurrent.Callable<V> callable)
| Method Detail |
|---|
public boolean isExpired()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||