Package shared

Examples of shared.TestObject


       return attribute_struct_seq();
    };

    public TestObject TestObject_factory(int id) {
       TestObjectImplementation  object = new TestObjectImplementation(id);
       TestObject reference = new _tie_TestObject(object);
       org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init();
       object._ior = orb.object_to_string(reference);
       SequenceTest_implementation_objects.addElement(object);
       return reference;
    };
View Full Code Here

TOP

Related Classes of shared.TestObject

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.