|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Crontab | |
| org.jcrontab | The main classes of the project. |
| Uses of Crontab in org.jcrontab |
| Methods in org.jcrontab that return Crontab | |
Crontab |
TurbineJcrontabScheduler.getScheduler()
Gets the scheduler attribute of the JCrontabScheduler object |
static Crontab |
Crontab.getInstance()
Returns the only instance of this class we've choosen a singleton pattern to avoid launch different Crontab If you need diferent crontab classes to be launched only should Change the private constructor to public. |
| Methods in org.jcrontab with parameters of type Crontab | |
void |
CronTask.setParams(Crontab cront,
int iTaskID,
java.lang.String strClassName,
java.lang.String strMethodName,
java.lang.String[] strExtraInfo)
Selects the initial parameters for the task. |
| Constructors in org.jcrontab with parameters of type Crontab | |
Cron(Crontab cront,
int iTimeTableGenerationFrec)
Constructor of a Cron |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||