Package org.jacorb.test.bugs.bugjac670

Examples of org.jacorb.test.bugs.bugjac670.GSLoadBalancer


    @Test
    public void corbaloccall1()
       throws Exception
    {
        org.omg.CORBA.Object o = setup.getClientOrb().string_to_object(remoteCorbaloc);
        GSLoadBalancer sr = GSLoadBalancerHelper.narrow(o);

        assertTrue (sr.greeting("1").indexOf("LOCAL") == -1);
        assertTrue (server.greeting("2").indexOf("LOCAL") != -1);
    }
View Full Code Here

TOP

Related Classes of org.jacorb.test.bugs.bugjac670.GSLoadBalancer

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.