Uses of Class
org.backsource.qcron.CronEntry

Uses of CronEntry in org.backsource.qcron
 

Fields in org.backsource.qcron declared as CronEntry
protected  CronEntry CronEditor.entry
           
 

Methods in org.backsource.qcron that return CronEntry
 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.
 CronEntry CronEntry.instance()
          Get the instance of this MBean
 CronEntry CronManager.getCronEntry(java.lang.String group, java.lang.String name)
          Get cronEntry by name from the sceduler, null is returned if not found.
 CronEntry CronManagerService.getCronEntry(java.lang.String group, java.lang.String name)
           
 

Methods in org.backsource.qcron with parameters of type CronEntry
 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.
 void CronManager.addCronEntry(CronEntry jobb)
          Ad cronEntry to the sceduler.
 void CronManagerService.addCronEntry(CronEntry entry)
           
 void CronManagerService.removeCronEntry(CronEntry entry)
           
 



Copyright © 2003-2004 Backsource. All Rights Reserved.