org.jppf.comm.recovery
Class ClientConnectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jppf.comm.recovery.ClientConnectionEvent
All Implemented Interfaces:
Serializable

public class ClientConnectionEvent
extends EventObject

Event emitted when a remote peer detects the connection with the server is broken.

Author:
Laurent Cohen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ClientConnectionEvent(ClientConnection connection)
          Initialize this event with the specified client-side connection.
 
Method Summary
 ClientConnection getConnection()
          Get the connection from which the event originated.
 
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

ClientConnectionEvent

public ClientConnectionEvent(ClientConnection connection)
Initialize this event with the specified client-side connection.

Parameters:
connection - the connection to which the event applies.
Method Detail

getConnection

public ClientConnection getConnection()
Get the connection from which the event originated.

Returns:
a ClientConnection instance.


Copyright © 2005-2010 JPPF Team.