Example #1
0
 @Override
 public void unregisterService(final URI serviceUri) throws IOException {
   registered.remove(serviceUri.toString());
   for (final DiscoveryAgent agent : agents) {
     agent.unregisterService(serviceUri);
   }
 }