public void reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection) {
this.available = false;
log.warning("I_ConnectionStateListener: No connection to xmlBlaster node '" + getId() + "', we are polling ...");
I_ConnectionStateListener connectionListener = this.connectionStateListener;
if (connectionListener != null)
connectionListener.reachedPolling(oldState, connection);
}
/**
* This is the callback method invoked from I_XmlBlasterAccess
* informing the client in an asynchronous mode if the connection was lost.