Searched defs:schedule (Results 1 - 25 of 51) sorted by relevance

123

/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingScheduledExecutorService.java47 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { method in class:AuditRequestContextPropagatingScheduledExecutorService
48 return ((ScheduledExecutorService) delegate).schedule(wrap(command), delay, unit);
55 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { method in class:AuditRequestContextPropagatingScheduledExecutorService
56 return ((ScheduledExecutorService) delegate).schedule(wrap(callable), delay, unit);
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingScheduledExecutorService.java47 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { method in class:AuditRequestContextPropagatingScheduledExecutorService
48 return ((ScheduledExecutorService) delegate).schedule(wrap(command), delay, unit);
55 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { method in class:AuditRequestContextPropagatingScheduledExecutorService
56 return ((ScheduledExecutorService) delegate).schedule(wrap(callable), delay, unit);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java176 * @return the schedule attributes of the task entry.
306 public synchronized TaskEntry schedule(TaskScheduleInformation information) method in class:TaskClient
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java49 * A class used as component displaying the string representation of a schedule
55 private ScheduleType schedule = ScheduleType.createLaunchNow(); field in class:ScheduleSummaryPanel
77 * Returns the schedule represented by this panel.
78 * @return the schedule represented by this panel.
82 return schedule;
86 * Sets the schedule represented by this panel.
87 * @param schedule the schedule represented by this panel.
89 public void setSchedule(ScheduleType schedule) argument
91 this.schedule
142 updateLabel(ScheduleType schedule) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/task/
H A DTaskBackendTestCase.java63 * schedule the dummy task.
515 "replace: ds-recurring-task-schedule",
516 "ds-recurring-task-schedule: * * * * *");
537 * @param schedule
538 * The schedule string.
540 * <code>true</code> if the schedule is expected to be valid.
545 public void testRecurringTaskSchedules(String schedule, argument
555 assertEquals(addRecurringTask(taskID, schedule), isValid);
588 * @param taskSchedule recurring task schedule.
609 "ds-recurring-task-schedule
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java48 * A class used as component displaying the string representation of a schedule
54 private ScheduleType schedule = ScheduleType.createLaunchNow(); field in class:ScheduleSummaryPanel
76 * Returns the schedule represented by this panel.
77 * @return the schedule represented by this panel.
81 return schedule;
85 * Sets the schedule represented by this panel.
86 * @param schedule the schedule represented by this panel.
88 public void setSchedule(ScheduleType schedule) argument
90 this.schedule
141 updateLabel(ScheduleType schedule) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java175 * @return the schedule attributes of the task entry.
305 public synchronized TaskEntry schedule(TaskScheduleInformation information) method in class:TaskClient
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/task/
H A DTaskBackendTestCase.java59 * schedule the dummy task.
520 "replace: ds-recurring-task-schedule",
521 "ds-recurring-task-schedule: * * * * *");
542 * @param schedule
543 * The schedule string.
545 * <code>true</code> if the schedule is expected to be valid.
550 public void testRecurringTaskSchedules(String schedule, argument
560 assertEquals(addRecurringTask(taskID, schedule), isValid);
593 * @param taskSchedule recurring task schedule.
614 "ds-recurring-task-schedule
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java176 * @return the schedule attributes of the task entry.
306 public synchronized TaskEntry schedule(TaskScheduleInformation information) method in class:TaskClient
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/task/
H A DTaskBackendTestCase.java63 * schedule the dummy task.
515 "replace: ds-recurring-task-schedule",
516 "ds-recurring-task-schedule: * * * * *");
537 * @param schedule
538 * The schedule string.
540 * <code>true</code> if the schedule is expected to be valid.
545 public void testRecurringTaskSchedules(String schedule, argument
555 assertEquals(addRecurringTask(taskID, schedule), isValid);
588 * @param taskSchedule recurring task schedule.
609 "ds-recurring-task-schedule
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java49 * A class used as component displaying the string representation of a schedule
55 private ScheduleType schedule = ScheduleType.createLaunchNow(); field in class:ScheduleSummaryPanel
77 * Returns the schedule represented by this panel.
78 * @return the schedule represented by this panel.
82 return schedule;
86 * Sets the schedule represented by this panel.
87 * @param schedule the schedule represented by this panel.
89 public void setSchedule(ScheduleType schedule) argument
91 this.schedule
142 updateLabel(ScheduleType schedule) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java48 * A class used as component displaying the string representation of a schedule
54 private ScheduleType schedule = ScheduleType.createLaunchNow(); field in class:ScheduleSummaryPanel
76 * Returns the schedule represented by this panel.
77 * @return the schedule represented by this panel.
81 return schedule;
85 * Sets the schedule represented by this panel.
86 * @param schedule the schedule represented by this panel.
88 public void setSchedule(ScheduleType schedule) argument
90 this.schedule
141 updateLabel(ScheduleType schedule) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/task/
H A DTaskBackendTestCase.java59 * schedule the dummy task.
520 "replace: ds-recurring-task-schedule",
521 "ds-recurring-task-schedule: * * * * *");
542 * @param schedule
543 * The schedule string.
545 * <code>true</code> if the schedule is expected to be valid.
550 public void testRecurringTaskSchedules(String schedule, argument
560 assertEquals(addRecurringTask(taskID, schedule), isValid);
593 * @param taskSchedule recurring task schedule.
614 "ds-recurring-task-schedule
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/task/
H A DTaskBackendTestCase.java63 * schedule the dummy task.
515 "replace: ds-recurring-task-schedule",
516 "ds-recurring-task-schedule: * * * * *");
537 * @param schedule
538 * The schedule string.
540 * <code>true</code> if the schedule is expected to be valid.
545 public void testRecurringTaskSchedules(String schedule, argument
555 assertEquals(addRecurringTask(taskID, schedule), isValid);
588 * @param taskSchedule recurring task schedule.
609 "ds-recurring-task-schedule
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java176 * @return the schedule attributes of the task entry.
306 public synchronized TaskEntry schedule(TaskScheduleInformation information) method in class:TaskClient
/forgerock/opendj2-hg/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java175 * @return the schedule attributes of the task entry.
305 public synchronized TaskEntry schedule(TaskScheduleInformation information) method in class:TaskClient
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java49 * A class used as component displaying the string representation of a schedule
55 private ScheduleType schedule = ScheduleType.createLaunchNow(); field in class:ScheduleSummaryPanel
77 * Returns the schedule represented by this panel.
78 * @return the schedule represented by this panel.
82 return schedule;
86 * Sets the schedule represented by this panel.
87 * @param schedule the schedule represented by this panel.
89 public void setSchedule(ScheduleType schedule) argument
91 this.schedule
142 updateLabel(ScheduleType schedule) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java48 * A class used as component displaying the string representation of a schedule
54 private ScheduleType schedule = ScheduleType.createLaunchNow(); field in class:ScheduleSummaryPanel
76 * Returns the schedule represented by this panel.
77 * @return the schedule represented by this panel.
81 return schedule;
85 * Sets the schedule represented by this panel.
86 * @param schedule the schedule represented by this panel.
88 public void setSchedule(ScheduleType schedule) argument
90 this.schedule
141 updateLabel(ScheduleType schedule) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/
H A DTaskClient.java169 * @return the schedule attributes of the task entry.
260 public synchronized TaskEntry schedule(TaskScheduleInformation information) method in class:TaskClient
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/task/
H A DTaskBackendTestCase.java56 * schedule the dummy task.
497 "replace: ds-recurring-task-schedule",
498 "ds-recurring-task-schedule: * * * * *");
518 * @param schedule
519 * The schedule string.
521 * <code>true</code> if the schedule is expected to be valid.
526 public void testRecurringTaskSchedules(String schedule, argument
536 assertEquals(addRecurringTask(taskID, schedule), isValid);
569 * @param taskSchedule recurring task schedule.
590 "ds-recurring-task-schedule
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java227 public void schedule(TaskRunnable task, Date time) throws method in class:TimerPool
287 schedule(task, time);
303 public void schedule(TaskRunnable task, long delay) throws method in class:TimerPool
305 schedule(task, new Date(System.currentTimeMillis() + delay));
436 pool.schedule(runTask, new Date(
466 pool.schedule(runTask, new Date(
511 pool.schedule(runTask, new Date(
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java227 public void schedule(TaskRunnable task, Date time) throws method in class:TimerPool
287 schedule(task, time);
303 public void schedule(TaskRunnable task, long delay) throws method in class:TimerPool
305 schedule(task, new Date(currentTimeMillis() + delay));
436 pool.schedule(runTask, new Date(
466 pool.schedule(runTask, new Date(
511 pool.schedule(runTask, new Date(
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DTaskToSchedulePanel.java151 private ScheduleType schedule; field in class:TaskToSchedulePanel
283 // Reset the schedule and the labels
286 schedule = null;
316 schedule = null;
327 schedule = createSchedule();
504 * Checks the validity of the cron schedule information and updates
551 * Checks the validity of the cron schedule information tab and updates
554 * @param value the value of the cron schedule tab.
555 * @param label the label associated with the cron schedule tab.
587 * Returns the schedule typ
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DTaskToSchedulePanel.java150 private ScheduleType schedule; field in class:TaskToSchedulePanel
282 // Reset the schedule and the labels
285 schedule = null;
315 schedule = null;
326 schedule = createSchedule();
503 * Checks the validity of the cron schedule information and updates
550 * Checks the validity of the cron schedule information tab and updates
553 * @param value the value of the cron schedule tab.
554 * @param label the label associated with the cron schedule tab.
586 * Returns the schedule typ
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DTaskToSchedulePanel.java151 private ScheduleType schedule; field in class:TaskToSchedulePanel
283 // Reset the schedule and the labels
286 schedule = null;
316 schedule = null;
327 schedule = createSchedule();
504 * Checks the validity of the cron schedule information and updates
551 * Checks the validity of the cron schedule information tab and updates
554 * @param value the value of the cron schedule tab.
555 * @param label the label associated with the cron schedule tab.
587 * Returns the schedule typ
[all...]

Completed in 344 milliseconds

123