Examples of XotsBasic


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
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.