Package gnu.testlet.org.omg.CORBA.ORB.communication

Examples of gnu.testlet.org.omg.CORBA.ORB.communication.nodeHolder


    n.children = new node[] { nod("a"), nod("b") };
    n.children [ 1 ].children = new node[] { nod("ba"), nod("bb") };
    n.children [ 1 ].children [ 0 ].children = new node[] { nod("bac") };

    nodeHolder nh = new nodeHolder(n);

    object.passTree(nh);

    // Convert the returned tree to some strig representation.
    StringBuffer img = new StringBuffer();
View Full Code Here

TOP

Related Classes of gnu.testlet.org.omg.CORBA.ORB.communication.nodeHolder

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.