| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| hudson.remoting.forward |
TCP port forwarding over
hudson.remoting. |
| org.jenkinsci.remoting |
| Class and Description |
|---|
| CallableDecorator
Decorator on
Callable.call() to filter the execution. |
| ChannelStateException
Indicates invalid state of the channel during the operation.
|
| Role
Represents different roles two sides of the channel plays.
|
| RoleChecker
Verifies that the callable is getting run on the intended recipient.
|
| RoleSensitive
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. |
| SerializableOnlyOverRemoting
This interface indicates objects which are
Serializable only for sending over the Remoting Channel. |
| Class and Description |
|---|
| Role
Represents different roles two sides of the channel plays.
|
| Class and Description |
|---|
| Role
Represents different roles two sides of the channel plays.
|
| RoleChecker
Verifies that the callable is getting run on the intended recipient.
|
| RoleSensitive
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. |
Copyright © 2004–2018. All rights reserved.