|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
LocalChannel.call(Callable<V,T> callable)
|
|
|
VirtualChannel.call(Callable<V,T> callable)
Makes a remote procedure call. |
|
|
Channel.call(Callable<V,T> callable)
Makes a remote procedure call. |
|
|
LocalChannel.callAsync(Callable<V,T> callable)
|
|
|
VirtualChannel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call. |
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |