Uses of Class
org.backsource.qcron.CronException

Uses of CronException in org.backsource.qcron
 

Methods in org.backsource.qcron that throw CronException
 void CronEditor.edit()
          Edit the current list/or single CronEntry(ies), if list is non null any single config is discarded.
 void CronEditor.remove(CronEntry entry)
          Remove the given CronEntry from manager and quertz, if the manager is configured through a jboss-service.xml file this file has the last say when component is restarted.
 CronEntry CronEditor.getCronEntry()
          Get the single cron entry this editor holds, it will get group and name from this edtitrs ObjectName, will be null if it has cronEntries or if jobObjectName is non null.
 CronEntry CronEditor.getCronEntry(javax.management.ObjectName name)
          Get cron entry from ObjectName.
 void CronEntry.setCronExp(java.lang.String cronExp)
          Set the cron expression to use for the trigger.
 void CronManager.addCronEntry(CronEntry jobb)
          Ad cronEntry to the sceduler.
 java.util.List CronManager.getCronEntryNames(java.lang.String group)
          Get all current cronEntries in the scheduler that belongs to group.
 CronEntry CronManager.getCronEntry(java.lang.String group, java.lang.String name)
          Get cronEntry by name from the sceduler, null is returned if not found.
 void CronManager.removeCronEntry(java.lang.String group, java.lang.String name)
          Remove the cronEntry from the scheduler.
 void CronManagerService.addCronEntry(CronEntry entry)
           
 java.util.List CronManagerService.getCronEntryNames(java.lang.String group)
           
 CronEntry CronManagerService.getCronEntry(java.lang.String group, java.lang.String name)
           
 void CronManagerService.removeCronEntry(CronEntry entry)
           
 void CronManagerService.removeCronEntry(java.lang.String group, java.lang.String name)
           
 

Constructors in org.backsource.qcron that throw CronException
CronEntry(java.lang.String cronExpr, javax.management.ObjectName delegate)
          Creata cron entry wich will be triggered accordning to cron specification in cronExpr and wich will delegate callbacks to the MBean name, which must implement the Job interface (or have an equal method).
 



Copyright © 2003-2004 Backsource. All Rights Reserved.