Uses of Package
org.jppf.comm.recovery

Packages that use org.jppf.comm.recovery
org.jppf.comm.recovery Support for detection and recovery from hardware failures occurring on remote peers. 
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.nio.classloader Support for socket-based communication with remote services. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.node.remote Classes supporting remote nodes. 
 

Classes in org.jppf.comm.recovery used by org.jppf.comm.recovery
AbstractRecoveryConnection
          Common abstract super class for a connection dedicated to receovery from hardware fialure of a remote peer.
ClientConnection
          Client-side connection for the recovery mechanism.
ClientConnectionEvent
          Event emitted when a remote peer detects the connection with the server is broken.
ClientConnectionListener
          This interface should be implemented buy objects that wish to be notified of a broken connection with the server on the remote peer side.
Reaper
          This class checks, at regular intervals, the recovery-specific connections to remote peers, and detects whether the corresponding peer is dead.
ReaperEvent
          Event emitted when a connection failure is detected.
ReaperListener
          Listener interface for objects that wish to be notified of broken connection events.
RecoveryServer
          This class handles the server-side management of recovery connections to remote peers.
ServerConnection
          Instances of this class represent connections to a server from a remote peer.
 

Classes in org.jppf.comm.recovery used by org.jppf.server
RecoveryServer
          This class handles the server-side management of recovery connections to remote peers.
 

Classes in org.jppf.comm.recovery used by org.jppf.server.nio.classloader
ReaperEvent
          Event emitted when a connection failure is detected.
ReaperListener
          Listener interface for objects that wish to be notified of broken connection events.
 

Classes in org.jppf.comm.recovery used by org.jppf.server.nio.nodeserver
ReaperEvent
          Event emitted when a connection failure is detected.
ReaperListener
          Listener interface for objects that wish to be notified of broken connection events.
 

Classes in org.jppf.comm.recovery used by org.jppf.server.node.remote
ClientConnectionEvent
          Event emitted when a remote peer detects the connection with the server is broken.
ClientConnectionListener
          This interface should be implemented buy objects that wish to be notified of a broken connection with the server on the remote peer side.
 



Copyright © 2005-2010 JPPF Team.