Uses of Package
org.jenkinsci.remoting
Package
Description
Remoting infrastructure for Hudson.
TCP port forwarding over
hudson.remoting
.-
ClassDescriptionDecorator on
Callable.call()
to filter the execution.Indicates invalid state of the channel during the operation.Represents different roles two sides of the channel plays.Verifies that the callable is getting run on the intended recipient.Used byCallable
-like objects to designate the intended recipient of the callable, to help verify callables are running in JVMs that it is intended to run.This interface indicates objects which areSerializable
only for sending over the RemotingChannel
. -
-
ClassDescriptionRepresents different roles two sides of the channel plays.Verifies that the callable is getting run on the intended recipient.Used by
Callable
-like objects to designate the intended recipient of the callable, to help verify callables are running in JVMs that it is intended to run.