| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - The result type returned by this Futurepublic interface ScheduledFuture<V>
A delayed result-bearing action that can be cancelled.
 Usually a scheduled future is the result of scheduling
 a task with a ScheduledExecutorService.
| Method Summary | 
|---|
| Methods inherited from interface java.util.concurrent.Delayed | 
|---|
| getDelay | 
| Methods inherited from interface java.lang.Comparable | 
|---|
| compareTo | 
| Methods inherited from interface java.util.concurrent.Future | 
|---|
| cancel, get, get, isCancelled, isDone | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.