Uses of Interface
hudson.remoting.Future

Packages that use Future
hudson.remoting Remoting infrastructure for Hudson. 
 

Uses of Future in hudson.remoting
 

Methods in hudson.remoting that return Future
<V,T extends java.lang.Throwable>
Future<V>
Channel.callAsync(Callable<V,T> callable)
          Makes an asynchronous remote procedure call.
<V,T extends java.lang.Throwable>
Future<V>
LocalChannel.callAsync(Callable<V,T> callable)
           
<V,T extends java.lang.Throwable>
Future<V>
VirtualChannel.callAsync(Callable<V,T> callable)
          Makes an asynchronous remote procedure call.
 



Copyright © 2012. All Rights Reserved.