org.jppf.comm.recovery
Interface ClientConnectionListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- JPPFRemoteNode
public interface ClientConnectionListener
- extends EventListener
This interface should be implemented buy objects that wish to be notified
of a broken connection with the server on the remote peer side.
- Author:
- Laurent Cohen
clientConnectionFailed
void clientConnectionFailed(ClientConnectionEvent event)
- Called when the remote peer detects its connection with the server is broken.
- Parameters:
event - an event wrapping the connection and its status.
Copyright © 2005-2010 JPPF Team.