// FIXME: This design could be improved.
if (log.isDebugEnabled())
log.debug("No TcpReplicationThread available");
} else {
// invoking this wakes up the worker thread then returns
worker.serviceChannel(key);
}
}
public void messageDataReceived(ChannelMessage data) {
if ( this.listener != null ) {