Examples of id_to_reference()


Examples of org.omg.PortableServer.POA.id_to_reference()

        byte[] oid = "benchServer".getBytes ();

        benchPOA.activate_object_with_id (oid, new benchImpl ());

        org.omg.CORBA.Object o = benchPOA.id_to_reference (oid);

        String ref = orb.object_to_string (o);
        String refFile = args[0];
        java.io.PrintWriter out = new java.io.PrintWriter (new java.io.FileOutputStream (refFile));
        out.println (ref);
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.