Examples of callS1()


Examples of fr.imag.adele.apam.test.s1.S1.callS1()

    Instance a = appliTest00.createInstance(null /* composite */, null/* properties */);
    assertTrue(a!= null);

    System.out.println("testing call to S1toS2Final");
    S1 s01 = (S1) a.getServiceObject();
    s01.callS1("createAppli by API by name. Should call S2Final.");

    System.out.println("=========== passed testCreateCompoRootS1toS2Final\n\n");

    System.out.println("=========== start nested composite instance by API");
    System.out.println("Testing the manual creation of a composite instance inside another composite instance of same type");
View Full Code Here

Examples of fr.imag.adele.apam.test.s1.S1.callS1()

    Map<String, String> props = new HashMap<String, String>();
    Instance test00_instance0 = null ;
    CompositeType appli3 ;
    // Calling that application from an external program (this instance).
    S1 s11 = (S1) test00_instance0.getServiceObject();
    s11.callS1("createAppli-1");

    // setting visibilities
    // composite a3 should not be shared
    //    test00_instance0.setProperty(CST.SHARED, CST.V_FALSE);
View Full Code Here

Examples of fr.imag.adele.apam.test.s1.S1.callS1()

    System.out.println("\n\n\n========================== deuxieme exec ===");
    //        test00_instance0 = appli3.createInstance(null /* composite */, null/* properties */);

    // Calling that application from an external program (this instance).
    s11 = (S1) test00_instance0.getServiceObject();
    s11.callS1("createAppli-2");


    System.out.println("\n\n\n== troisieme exec ===");
    //        test00_instance0 = appli3.createInstance(null /* composite */, null/* properties */);
    // Calling that application from an external program (this instance).
View Full Code Here

Examples of fr.imag.adele.apam.test.s1.S1.callS1()

    System.out.println("\n\n\n== troisieme exec ===");
    //        test00_instance0 = appli3.createInstance(null /* composite */, null/* properties */);
    // Calling that application from an external program (this instance).
    s11 = (S1) test00_instance0.getServiceObject();
    s11.callS1("createAppli-3");

  }

  @Override
    public void testPerfLink () {
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.