Package org.jppf.comm.recovery

Support for detection and recovery from hardware failures occurring on remote peers.

See:
          Description

Interface Summary
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.
ReaperListener Listener interface for objects that wish to be notified of broken connection events.
 

Class Summary
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.
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.
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.
 

Package org.jppf.comm.recovery Description

Support for detection and recovery from hardware failures occurring on remote peers.



Copyright © 2005-2010 JPPF Team.