Package de.nava.informa.utils

Examples of de.nava.informa.utils.PersistChanGrpMgrTask


   * @param mgr - Persistent group manager
   * @param count - How many times to manually run PersistenChanGrpMgr
   */

  protected void runPersistChanGrpTask(PersistChanGrpMgr mgr, int count) {
    PersistChanGrpMgrTask task = new PersistChanGrpMgrTask(mgr, 0);
    for (int i = 0; i < count; i++) {
      task.performUpdates();
    }
  }
View Full Code Here

TOP

Related Classes of de.nava.informa.utils.PersistChanGrpMgrTask

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.