Searched defs:PeriodicGroupRunnable (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicGroupRunnable.java25 * $Id: PeriodicGroupRunnable.java,v 1.2 2008/06/25 05:52:51 qcheng Exp $
38 * TimerPool by using PeriodicGroupRunnable. All the elements in the same
39 * PeriodicGroupRunnable must have the same timeout period and run period.
40 * Elements will be grouped by using the time they enter PeriodicGroupRunnable.
42 * PeriodicGroupRunnable excess the timeout time.
45 public class PeriodicGroupRunnable extends PeriodicRunnable implements class in inherits:PeriodicRunnable,ScheduleableGroupAction
51 * Constructor of PeriodicGroupRunnable.
61 public PeriodicGroupRunnable(ScheduleableGroupAction target, method in class:PeriodicGroupRunnable
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicGroupRunnable.java25 * $Id: PeriodicGroupRunnable.java,v 1.2 2008/06/25 05:52:51 qcheng Exp $
38 * TimerPool by using PeriodicGroupRunnable. All the elements in the same
39 * PeriodicGroupRunnable must have the same timeout period and run period.
40 * Elements will be grouped by using the time they enter PeriodicGroupRunnable.
42 * PeriodicGroupRunnable excess the timeout time.
45 public class PeriodicGroupRunnable extends PeriodicRunnable implements class in inherits:PeriodicRunnable,ScheduleableGroupAction
51 * Constructor of PeriodicGroupRunnable.
61 public PeriodicGroupRunnable(ScheduleableGroupAction target, method in class:PeriodicGroupRunnable

Completed in 27 milliseconds