Package org.openntf.domino.xots.builtin

Examples of org.openntf.domino.xots.builtin.XotsNsfScanner.scan()


  }

  public void scan(final String serverName) {
    XotsNsfScanner scanner = new XotsNsfScanner(serverName);
    scanner.addObserver(this);
    scanner.scan();
  }

  public void schedule(final Class<? extends Runnable> taskClass) {
    Schedule schedule = taskClass.getAnnotation(Schedule.class);
    if (schedule != null) {
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.