Package org.jboss.test.iiop.interfaces

Examples of org.jboss.test.iiop.interfaces.IdlInterface


               orb.run();
            }
         },
         "ORB thread"
      ).start();
      IdlInterface original = IdlInterfaceHelper.narrow(obj);
      IdlInterface echoedBack = session.testIdlInterface(original);
      assertEquals(orb.object_to_string(original),
                   orb.object_to_string(echoedBack));
     
      //----------------------------------------------------------------------
      session.remove();
View Full Code Here

TOP

Related Classes of org.jboss.test.iiop.interfaces.IdlInterface

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.