Searched defs:cron (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DScheduleType.java95 * Returns a schedule instance that launches the task using a cron schedule.
96 * @param cron the String containing the cron schedule.
97 * @return a schedule instance that launches the task using a cron schedule.
99 public static ScheduleType createCron(String cron) argument
103 schedule.cronValue = cron;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DScheduleType.java96 * Returns a schedule instance that launches the task using a cron schedule.
97 * @param cron the String containing the cron schedule.
98 * @return a schedule instance that launches the task using a cron schedule.
100 public static ScheduleType createCron(String cron) argument
104 schedule.cronValue = cron;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DScheduleType.java96 * Returns a schedule instance that launches the task using a cron schedule.
97 * @param cron the String containing the cron schedule.
98 * @return a schedule instance that launches the task using a cron schedule.
100 public static ScheduleType createCron(String cron) argument
104 schedule.cronValue = cron;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DScheduleType.java95 * Returns a schedule instance that launches the task using a cron schedule.
96 * @param cron the String containing the cron schedule.
97 * @return a schedule instance that launches the task using a cron schedule.
99 public static ScheduleType createCron(String cron) argument
103 schedule.cronValue = cron;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DScheduleType.java96 * Returns a schedule instance that launches the task using a cron schedule.
97 * @param cron the String containing the cron schedule.
98 * @return a schedule instance that launches the task using a cron schedule.
100 public static ScheduleType createCron(String cron) argument
104 schedule.cronValue = cron;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DScheduleType.java84 * Returns a schedule instance that launches the task using a cron schedule.
85 * @param cron the String containing the cron schedule.
86 * @return a schedule instance that launches the task using a cron schedule.
88 public static ScheduleType createCron(String cron) argument
92 schedule.cronValue = cron;

Completed in 22 milliseconds