Examples of testCorbaObject()


Examples of org.jboss.test.iiop.interfaces.StatelessSession.testCorbaObject()

               orb.run();
            }
         },
         "ORB thread"
      ).start();
      org.omg.CORBA.Object echoedBack = session.testCorbaObject(original);
      assertEquals(orb.object_to_string(original),
                   orb.object_to_string(echoedBack));
      //----------------------------------------------------------------------
      session.remove();
   }
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.