hudson.remoting
Interface Future<V>

All Superinterfaces:
java.util.concurrent.Future<V>

public interface Future<V>
extends java.util.concurrent.Future<V>

Alias to Future.

This alias is defined so that retro-translation won't affect the publicly committed signature of the API.

Author:
Kohsuke Kawaguchi

Method Summary
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 



Copyright © 2012. All Rights Reserved.