Examples of receive_list()


Examples of org.jacorb.test.orb.value.ValueServer.receive_list()

        assertTrue(orb instanceof org.jacorb.orb.ORB);

        ValueServer server = ValueServerHelper.narrow(orb.string_to_object(setup.getServerIOR()));

        String result = server.receive_list(new NodeImpl(1234));
        assertEquals("list of length: 1 -- 1234", result);
    }

    @Test
    public void testModifiedStubsAlsoWorkWithTheSunORB()
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.