| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| org.jenkinsci.remoting |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatingCallable<V,T extends Throwable>
Callable that nominates another claassloader for serialization. |
| Modifier and Type | Method and Description |
|---|---|
<V,T extends Throwable> |
VirtualChannel.call(Callable<V,T> callable)
Makes a remote procedure call.
|
<V,T extends Throwable> |
LocalChannel.call(Callable<V,T> callable) |
<V,T extends Throwable> |
Channel.call(Callable<V,T> callable)
Makes a remote procedure call.
|
<V,T extends Throwable> |
VirtualChannel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
<V,T extends Throwable> |
LocalChannel.callAsync(Callable<V,T> callable) |
<V,T extends Throwable> |
Channel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
boolean |
Channel.preloadJar(Callable<?,?> classLoaderRef,
Class... classesInJar)
Preloads jar files on the remote side.
|
| Modifier and Type | Method and Description |
|---|---|
<V,T extends Throwable> |
CallableDecorator.userRequest(Callable<V,T> op,
Callable<V,T> stem)
Used to specifically decorate user-provided
Callable execution. |
| Modifier and Type | Method and Description |
|---|---|
<V,T extends Throwable> |
CallableDecorator.userRequest(Callable<V,T> op,
Callable<V,T> stem)
Used to specifically decorate user-provided
Callable execution. |
<V,T extends Throwable> |
CallableDecorator.userRequest(Callable<V,T> op,
Callable<V,T> stem)
Used to specifically decorate user-provided
Callable execution. |
Copyright © 2004–2017. All rights reserved.