Searched refs:timeoutPeriod (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicCleanUpMap.java47 * @param timeoutPeriod timeout period in ms
50 public PeriodicCleanUpMap(long runPeriod, long timeoutPeriod) { argument
51 this(runPeriod, timeoutPeriod, null);
58 * @param timeoutPeriod timeout period in ms
62 public PeriodicCleanUpMap(long runPeriod, long timeoutPeriod, Map map) argument
64 super(null, runPeriod, timeoutPeriod, true, map);
H A DPeriodicRunnable.java53 protected long timeoutPeriod; field in class:PeriodicRunnable
61 * @param timeoutPeriod The timeout period of the objects in this
67 public PeriodicRunnable(long runPeriod, long timeoutPeriod, argument
70 if ((runPeriod < 0) || (timeoutPeriod < 0)){
73 containerNeeded = (int) (timeoutPeriod / runPeriod);
74 if ((timeoutPeriod % runPeriod) > 0) {
78 this.timeoutPeriod = timeoutPeriod;
133 return timeoutPeriod;
H A DPeriodicGroupRunnable.java56 * @param timeoutPeriod timeout period in ms
62 long runPeriod, long timeoutPeriod, boolean removeElementAfterAction)
64 super(runPeriod, timeoutPeriod, removeElementAfterAction);
61 PeriodicGroupRunnable(ScheduleableGroupAction target, long runPeriod, long timeoutPeriod, boolean removeElementAfterAction) argument
H A DPeriodicGroupMap.java57 * @param timeoutPeriod timeout period in ms
63 long timeoutPeriod, boolean removeElementAfterAction) {
64 this(target, runPeriod, timeoutPeriod, removeElementAfterAction, null);
72 * @param timeoutPeriod timeout period in ms
79 long timeoutPeriod, boolean removeElementAfterAction, Map map) throws
81 super(target,runPeriod, timeoutPeriod, removeElementAfterAction);
62 PeriodicGroupMap(ScheduleableGroupAction target, long runPeriod, long timeoutPeriod, boolean removeElementAfterAction) argument
78 PeriodicGroupMap(ScheduleableGroupAction target, long runPeriod, long timeoutPeriod, boolean removeElementAfterAction, Map map) argument
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicCleanUpMap.java47 * @param timeoutPeriod timeout period in ms
50 public PeriodicCleanUpMap(long runPeriod, long timeoutPeriod) { argument
51 this(runPeriod, timeoutPeriod, null);
58 * @param timeoutPeriod timeout period in ms
62 public PeriodicCleanUpMap(long runPeriod, long timeoutPeriod, Map map) argument
64 super(null, runPeriod, timeoutPeriod, true, map);
H A DPeriodicRunnable.java53 protected long timeoutPeriod; field in class:PeriodicRunnable
61 * @param timeoutPeriod The timeout period of the objects in this
67 public PeriodicRunnable(long runPeriod, long timeoutPeriod, argument
70 if ((runPeriod < 0) || (timeoutPeriod < 0)){
73 containerNeeded = (int) (timeoutPeriod / runPeriod);
74 if ((timeoutPeriod % runPeriod) > 0) {
78 this.timeoutPeriod = timeoutPeriod;
133 return timeoutPeriod;
H A DPeriodicGroupRunnable.java56 * @param timeoutPeriod timeout period in ms
62 long runPeriod, long timeoutPeriod, boolean removeElementAfterAction)
64 super(runPeriod, timeoutPeriod, removeElementAfterAction);
61 PeriodicGroupRunnable(ScheduleableGroupAction target, long runPeriod, long timeoutPeriod, boolean removeElementAfterAction) argument
H A DPeriodicGroupMap.java57 * @param timeoutPeriod timeout period in ms
63 long timeoutPeriod, boolean removeElementAfterAction) {
64 this(target, runPeriod, timeoutPeriod, removeElementAfterAction, null);
72 * @param timeoutPeriod timeout period in ms
79 long timeoutPeriod, boolean removeElementAfterAction, Map map) throws
81 super(target,runPeriod, timeoutPeriod, removeElementAfterAction);
62 PeriodicGroupMap(ScheduleableGroupAction target, long runPeriod, long timeoutPeriod, boolean removeElementAfterAction) argument
78 PeriodicGroupMap(ScheduleableGroupAction target, long runPeriod, long timeoutPeriod, boolean removeElementAfterAction, Map map) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRequestCleanUpRunnable.java51 * @param timeoutPeriod timeout time
55 long threadCleanupInterval, long timeoutPeriod) {
56 super(null, threadCleanupInterval, timeoutPeriod, true);
54 FSRequestCleanUpRunnable(Map idAuthnRequestMap, Map idDestnMap, long threadCleanupInterval, long timeoutPeriod) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRequestCleanUpRunnable.java51 * @param timeoutPeriod timeout time
55 long threadCleanupInterval, long timeoutPeriod) {
56 super(null, threadCleanupInterval, timeoutPeriod, true);
54 FSRequestCleanUpRunnable(Map idAuthnRequestMap, Map idDestnMap, long threadCleanupInterval, long timeoutPeriod) argument

Completed in 24 milliseconds