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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicRunnable.java25 * $Id: PeriodicRunnable.java,v 1.2 2008/06/25 05:52:51 qcheng Exp $
41 * using PeriodicRunnable. All the elements in the same PeriodicRunnable must
43 * using the time they enter PeriodicRunnable. Elements which entered
44 * PeriodicRunnable excess the timeout time will be checked 1 by 1 and
48 public class PeriodicRunnable extends GeneralTaskRunnable { class in inherits:GeneralTaskRunnable
58 * Constructor of PeriodicRunnable.
60 * @param runPeriod The period of running this PeriodicRunnable
62 * PeriodicRunnable
67 public PeriodicRunnable(lon method in class:PeriodicRunnable
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicRunnable.java25 * $Id: PeriodicRunnable.java,v 1.2 2008/06/25 05:52:51 qcheng Exp $
41 * using PeriodicRunnable. All the elements in the same PeriodicRunnable must
43 * using the time they enter PeriodicRunnable. Elements which entered
44 * PeriodicRunnable excess the timeout time will be checked 1 by 1 and
48 public class PeriodicRunnable extends GeneralTaskRunnable { class in inherits:GeneralTaskRunnable
58 * Constructor of PeriodicRunnable.
60 * @param runPeriod The period of running this PeriodicRunnable
62 * PeriodicRunnable
67 public PeriodicRunnable(lon method in class:PeriodicRunnable
[all...]

Completed in 57 milliseconds