Package org.jacorb.test

Examples of org.jacorb.test.BasicServer.ping()


    {
        org.omg.CORBA.Object obj =
            setup.getClientOrb()
                 .string_to_object("corbaloc:iiop:localhost:54321/MyImpl/MyPOA/MyObject");
        BasicServer bserver = BasicServerHelper.narrow (obj);
        bserver.ping();
    }

    @Test
    public void test_resolve_shortcut_1()
    {
View Full Code Here


    {
        org.omg.CORBA.Object obj =
            setup.getClientOrb()
                 .string_to_object("corbaloc:iiop:localhost:54321/Shortcut1");
        BasicServer bserver = BasicServerHelper.narrow (obj);
        bserver.ping();
    }

    @Test
    public void test_resolve_shortcut_2()
    {
View Full Code Here

    {
        org.omg.CORBA.Object obj =
            setup.getClientOrb()
                 .string_to_object("corbaloc:iiop:localhost:54321/Shortcut2");
        BasicServer bserver = BasicServerHelper.narrow (obj);
        bserver.ping();
    }
}
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.