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