Package com.sun.jini.test.spec.jeri.basicjeriexporter.util

Examples of com.sun.jini.test.spec.jeri.basicjeriexporter.util.BJETestService.doSomething()


        BJETestServiceImpl service = new BJETestServiceImpl();
        try {
            BJETestService stub = (BJETestService)
                exporter.export(service);
            cl1 = Thread.currentThread().getContextClassLoader();
            stub.doSomething();
            //verify that the listen method was called on the server
            //endpoint class;
            if (methodCalled("listen")){
                //verify that the createInstances method is called
                if (methodCalled("createInvocationDispatcher")){
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.