Class FutureWrapper<K,​V>

  • Type Parameters:
    K - The type of this Future
    V - The type of the wrapped Future
    All Implemented Interfaces:
    Future<V>
    Direct Known Subclasses:
    SimpleFutureWrapper

    public abstract class FutureWrapper<K,​V>
    extends Object
    implements Future<V>
    JMS: Copied verbatum from the original GAE SDK. Probably something we can eliminate. FutureWrapper is a simple Future that wraps a parent Future. This class is thread-safe.