Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.util.CronTask

Packages that use CronTask
com.jivesoftware.util Common utility classes for all Jive Software code. 
 

Uses of CronTask in com.jivesoftware.util
 

Methods in com.jivesoftware.util that return CronTask
 CronTask CronTaskManager.createCronTask(java.lang.Runnable task, CronTimer timer)
          Create a new CronTask.
 

Methods in com.jivesoftware.util with parameters of type CronTask
protected  void CronTaskManager.addCronTask(CronTask cronTask)
          Method which is used to add cron tasks to the manager without cluster propogation.
 void CronTaskManager.deleteCronTask(CronTask task)
          Persist the CronTask configuration.
 void CronTaskManager.removeCronTask(CronTask cronTask)
          Stop the cronTask and remove the cronTask from the current list of CronTasks.
protected  void CronTaskManager.removeCronTaskNoCluster(CronTask cronTask)
          Method which is used to stop and remove cron tasks without cluster propogation.
 void CronTaskManager.saveCronTask(CronTask task)
          Persist the CronTask configuration.
 void CronClusterUpdateTask.setAddCronTask(CronTask cronTask)
           
 void CronClusterUpdateTask.setModifyCronTask(CronTask cronTask, CronTimer cronTimer)
           
 void CronClusterUpdateTask.setRemoveCronTask(CronTask cronTask)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.