public void reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection) {
this.available = false;
log.severe("I_ConnectionStateListener: No connection to xmlBlaster node '" + getId() + "', state=DEAD, giving up.");
I_ConnectionStateListener connectionListener = this.connectionStateListener;
if (connectionListener != null)
connectionListener.reachedDead(oldState, connection);
}
/**
* This is the callback method invoked from xmlBlaster
* delivering us a new asynchronous message.