Package org.jacorb.test.orb.value

Examples of org.jacorb.test.orb.value.ValueServer


        org.omg.CORBA.ORB orb = setup.getAnotherORB(props);

        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);
    }
View Full Code Here

TOP

Related Classes of org.jacorb.test.orb.value.ValueServer

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.