Package org.openntf.domino.xotsTests

Examples of org.openntf.domino.xotsTests.XotsBasic


  }

  public static void runXotsTasklet() {
    ExtLibUtil.getApplicationScope().put("MessageFromXots", "Initial  (set from Util)");
    XotsBasic testRun = new org.openntf.domino.xotsTests.XotsBasic();
    testRun.setSessionType(DominoSessionType.NATIVE);
    testRun.queue();
    ExtLibUtil.getApplicationScope().put("MessageFromXotsConstructor", "Should be complete now (set from util)");
  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.xotsTests.XotsBasic

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.