org.jppf.comm.recovery
Class ReaperEvent
java.lang.Object
java.util.EventObject
org.jppf.comm.recovery.ReaperEvent
- All Implemented Interfaces:
- Serializable
public class ReaperEvent
- extends EventObject
Event emitted when a connection failure is detected.
- Author:
- Laurent Cohen
- See Also:
- Serialized Form
ReaperEvent
public ReaperEvent(ServerConnection connection)
- Initialize this event with the specified connection to a remote peer.
- Parameters:
connection - the source of this event.
getConnection
public ServerConnection getConnection()
- Get the connection for which this event is emitted.
- Returns:
- a
ServerConnection instance.
Copyright © 2005-2010 JPPF Team.