Package org.omg.RTCORBA

Examples of org.omg.RTCORBA.ClientProtocolPolicy.destroy()


        // accessing the tag does not work when the protocols list is empty
        // assertEquals (((org.jacorb.orb.policies.ClientProtocolPolicy)p).tag(),
        //              ((org.jacorb.orb.policies.ClientProtocolPolicy)p2).tag());
        assertTrue ("Protocols do not match", p.protocols().equals(p2.protocols()));
        p.destroy();
        p2.destroy();
    }

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