Examples of rf11Servant


Examples of gnu.testlet.org.omg.CORBA.ORB.RF11.rf11Servant

  {
    // Start the server.
    // Initializing ORB/POA and server object
    final ORB server_orb = ORB.init(new String[ 0 ], null);

    rf11Servant servant = new rf11Servant();

    server_orb.connect(servant);

    // Writing stringified IOR to file specified by IORfilename
    String ior = server_orb.object_to_string(servant);
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.