Class FutureWrapper<K,V>

java.lang.Object
com.googlecode.objectify.util.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.