186187188189190191192193194195196
} for (int j = 0; j < events.length; j++) { LOG.debug("Transmitting: " + events[ j ]); try { transmitter.transmit(events[ j ]); } catch (IOException e) { throw new CruiseControlException("Trouble transmitting event " + events[ j ], e); } }