org.jppf.comm.recovery
Class ClientConnectionEvent
java.lang.Object
java.util.EventObject
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
ClientConnectionEvent
public ClientConnectionEvent(ClientConnection connection)
- Initialize this event with the specified client-side connection.
- Parameters:
connection - the connection to which the event applies.
getConnection
public ClientConnection getConnection()
- Get the connection from which the event originated.
- Returns:
- a
ClientConnection instance.
Copyright © 2005-2010 JPPF Team.