Uses of Interface
hudson.remoting.Callable
Packages that use Callable
-
Uses of Callable in hudson.remoting
Subinterfaces of Callable in hudson.remotingModifier and TypeInterfaceDescriptioninterfaceDelegatingCallable<V,T extends Throwable> Callablethat nominates another classloader for serialization.Methods in hudson.remoting with parameters of type CallableModifier and TypeMethodDescription<V,T extends Throwable>
VMakes a remote procedure call.<V,T extends Throwable>
V<V,T extends Throwable>
VMakes a remote procedure call.Makes an asynchronous remote procedure call.Makes an asynchronous remote procedure call.booleanChannel.preloadJar(Callable<?, ?> classLoaderRef, Class<?>... classesInJar) Preloads jar files on the remote side. -
Uses of Callable in org.jenkinsci.remoting
Methods in org.jenkinsci.remoting that return CallableModifier and TypeMethodDescriptionCallableDecorator.userRequest(Callable<V, T> op, Callable<V, T> stem) Used to specifically decorate user-providedCallableexecution.Methods in org.jenkinsci.remoting with parameters of type Callable