*/
public void lostClientConnection() {
if (log.isLoggable(Level.FINE)) log.fine(ME+": Protocol layer is notifying me about a lost connection");
DispatchManager dispatchManager = this.dispatchManager;
if (dispatchManager != null)
dispatchManager.lostClientConnection();
}
/**
* If the connection failed the reason is stored here, like this
* cleanup code knows what happened.