See: Description
| Interface | Description |
|---|---|
| TopologyListener |
Listener interface for changes in the grid topology.
|
| Class | Description |
|---|---|
| AbstractTopologyComponent |
Base superclass for components of a JPPF grid topology.
|
| TopologyDriver |
Implementation of
TopologyDriver for JPPF drivers. |
| TopologyEvent |
Instances of this class represent topology events, including addition/removal of a driver,
addition/removal/update of a node and addition/removal of a peer driver connected as a node.
|
| TopologyListenerAdapter |
A convenience class for subclasses that wish to receive topology events
without having to implement all the methods of the
TopologyListener interface. |
| TopologyManager |
Instances of this class discover and maintain a representation of a JPPF grid topology.
|
| TopologyNode |
Implementation of
TopologyDriver for JPPF nodes. |
| TopologyPeer |
Instances of this class represent peer drivers as nodes for the driver they are connected to.
|
Found in: jppf-client.jar
Copyright © 2005-2019 JPPF Team.