/* 101 */ for (Iterator i = this.activations.entrySet().iterator(); i.hasNext(); )
/* */ {
/* 103 */ Map.Entry entry = (Map.Entry)i.next();
/* */ try
/* */ {
/* 106 */ JmsActivation activation = (JmsActivation)entry.getValue();
/* 107 */ if (activation != null)
/* 108 */ activation.stop();
/* */ }
/* */ catch (Exception ignored)
/* */ {
/* 112 */ log.debug("Ignored", ignored);
/* */ }