"Services to discard (array object) " + services);
for (int i = 0; i < services.length; i++) {
Debug.printDebugInfo(10,
"Discarding Service : " + services[i].service);
lookupCache.discard(services[i].service);
}
/* Terminating the cache should wait until the internal discardTask Thread
* gets the chance to send the events to the Listener. Wait a reasanble time.
*/