if (!ba.isBusy())
ba.setAssociatedObj(bDestlCObj);
try {
ba.sendGetDestinationsMessage(null, -1);
dests = ba.receiveGetDestinationsReplyMessage();
} catch (BrokerAdminException baex) {
JOptionPane.showOptionDialog(app.getFrame(),
acr.getString(acr.E_REFRESH_DESTLIST) +
printBrokerAdminExceptionDetails(baex),