// A revoir !!!!!!!!!!!!!!!!!!!!!!
if (cs.getName().startsWith("IAS")) {
IASZoneServerService izss = (IASZoneServerService) cs;
try {
izss.zoneEnrollResponse(new Long(0), new Long(0));
} catch (ClusterCommandeException e) {
e.printStackTrace();
}
break;