Examples of nested_value()


Examples of org.jacorb.test.RecursiveParamServerPackage.ParmPackage.ParmValue.nested_value()

        Parm p = new Parm("v", pv );

        ParmValue pvi = new ParmValue();
        Parm[][] pp = new Parm[1][1];
        pp[0] = new Parm[]{p};
        pvi.nested_value( pp );

        Parm outerParm = new Parm("outer", pvi  );
        server.passParm( outerParm );

        org.omg.CORBA.Any any = setup.getClientOrb().create_any();
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.