Package net.jini.lookup

Examples of net.jini.lookup.LookupCache.discard()


                    "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.
                */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.