rcf.core.concurrent.schedule
Interface Future<T>

All Superinterfaces:
EventSource, ImmutableSingletonInterface<T>, Task
All Known Subinterfaces:
InterruptibleFuture, RunnableFuture<T>
All Known Implementing Classes:
DynamicOperation.Default.Continuation, MethodRunnableFuture

@Revision(value="$Revision: 1.5 $",
          date="$Date: 2006/11/23 23:07:30 $",
          tag="$Name:  $")
public interface Future<T>
extends ImmutableSingletonInterface<T>, Task

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.5 $
Author:
Greg Gibeling

Nested Class Summary
 
Nested classes/interfaces inherited from interface rcf.core.concurrent.schedule.Task
Task.State
 
Method Summary
 
Methods inherited from interface rcf.core.util.groups.ImmutableSingletonInterface
get
 
Methods inherited from interface rcf.core.concurrent.schedule.Task
taskState
 
Methods inherited from interface rcf.core.concurrent.events.EventSource
events, getSequenceNumber, incSequenceNumber, isSyndicated, syndicate