public interface  com.google.common.util.concurrent.AsyncCallable extends java.lang.Object
{
public abstract com.google.common.util.concurrent.ListenableFuture call() throws java.lang.Exception;
}