Package org.openntf.domino.xotsTests

Examples of org.openntf.domino.xotsTests.XotsBasic.queue()


  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)");
  }

  public static void triggerEvent() {
    CustomNamedEvent event = new CustomNamedEvent("testEvent", "hey");
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.