Uses of Interface
hudson.remoting.Callable

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

Uses of Callable in hudson.remoting
 

Subinterfaces of Callable in hudson.remoting
 interface DelegatingCallable<V,T extends Throwable>
          Callable that nominates another claassloader for serialization.
 

Methods in hudson.remoting with parameters of type Callable
<V,T extends java.lang.Throwable>
V
LocalChannel.call(Callable<V,T> callable)
           
<V,T extends java.lang.Throwable>
V
VirtualChannel.call(Callable<V,T> callable)
          Makes a remote procedure call.
<V,T extends java.lang.Throwable>
V
Channel.call(Callable<V,T> callable)
          Makes a 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.
<V,T extends java.lang.Throwable>
Future<V>
Channel.callAsync(Callable<V,T> callable)
          Makes an asynchronous remote procedure call.
 boolean Channel.preloadJar(Callable<?,?> classLoaderRef, java.lang.Class... classesInJar)
          Preloads jar files on the remote side.
 



Copyright © 2012. All Rights Reserved.