|
Class Summary |
| AbstractNodeContext |
Context associated with a channel serving tasks to a node. |
| AbstractNodeMessage |
Common abstract superclass representing a message sent or received by a node. |
| LocalNodeChannel |
Wrapper implementation for a local node's communication channel. |
| LocalNodeContext |
Context associated with a channel serving tasks to a local (in-VM) node. |
| LocalNodeMessage |
Node message implementation for an in-VM node. |
| NodeNioServer |
Instances of this class serve task execution requests to the JPPF nodes. |
| RemoteNodeContext |
Context associated with a channel serving tasks to a node. |
| RemoteNodeMessage |
Representation of a message sent or received by a remote node. |
Classes supporting the server node-side of the JPPF asynchronous comunication model.