// Liberamos as� los hilos bloqueados etc
Set<NormalCometNotifierImpl> notifiers = getCometNotifierSet();
NormalCometNotifierImpl[] array = notifiers.toArray(new NormalCometNotifierImpl[notifiers.size()]);
for(int i = 0; i < array.length; i++)
{
NormalCometNotifierImpl notifier = array[i];
notifier.stop(); // Se quita solo del set
}
notifiers.clear(); // por si acaso
}
if (hasItsNatTimerEventListeners())