/* 220 */ while (iter.hasNext())
/* */ {
/* 222 */ ManagedDestination dest = (ManagedDestination)iter.next();
/* 223 */ if (dest.isTemporary())
/* */ {
/* 225 */ destinations.add(new JBossTemporaryTopic(dest.getName()));
/* */ }
/* */ else
/* */ {
/* 229 */ destinations.add(new JBossTopic(dest.getName()));
/* */ }