org.jppf.comm.recovery
Class ReaperEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ReaperEvent(ServerConnection connection)
          Initialize this event with the specified connection to a remote peer.
 
Method Summary
 ServerConnection getConnection()
          Get the connection for which this event is emitted.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReaperEvent

public ReaperEvent(ServerConnection connection)
Initialize this event with the specified connection to a remote peer.

Parameters:
connection - the source of this event.
Method Detail

getConnection

public ServerConnection getConnection()
Get the connection for which this event is emitted.

Returns:
a ServerConnection instance.


Copyright © 2005-2010 JPPF Team.