} catch (InterruptedException exc) {}
}
if (status == INIT) {
// Clean the proxies
GetProxyIdListNot gpin = new GetProxyIdListNot();
AgentId[] proxyIds;
try {
gpin.invoke(AdminTopic.getDefault());
proxyIds = gpin.getIds();
ResetCollocatedConnectionsNot rccn = new ResetCollocatedConnectionsNot();
for (int i = 0; i < proxyIds.length; i++) {
Channel.sendTo(proxyIds[i], rccn);
}
status = RUN;