Package net.jini.lookup

Examples of net.jini.lookup.ServiceDiscoveryEvent


                        Thread.sleep(2000);
                    } catch (InterruptedException e) {
                        e.printStackTrace();
                    }
                    aMgr.getAssociationHandler(a).serviceAdded(
                        new ServiceDiscoveryEvent(this, null, AssociationUtils.makeServiceItem(0)));
                }
            }).start();
            dummy = target.future.get();

            Assert.assertEquals(0, dummy.getIndex());
View Full Code Here

TOP

Related Classes of net.jini.lookup.ServiceDiscoveryEvent

Copyright © 2018 www.massapicom. 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.