/** INTERNAL: Process the announcement that indicates that a new service is online */
 public void receivedAnnouncement(ServiceId serviceId) {
   Object[] args = {serviceId};
   rcm.logInfo("announcement_received", args);
   // Notify the RCM that a new service has been detected
   rcm.newServiceDiscovered(serviceId);
 }