/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
H A D | FileObserver.java | 46 private int interval; field in class:FileObserver 59 interval = Constants.DEFAULT_CACHE_POLLING_TIME; 62 interval = Integer.parseInt(time); 68 interval = interval * 60 * 1000; 99 sleep(interval);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
H A D | FileObserver.java | 46 private int interval; field in class:FileObserver 59 interval = Constants.DEFAULT_CACHE_POLLING_TIME; 62 interval = Integer.parseInt(time); 68 interval = interval * 60 * 1000; 99 sleep(interval);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | DiskSpaceMonitor.java | 71 private final int interval; field in class:DiskSpaceMonitor 85 * @param interval The polling interval for checking free space. 86 * @param unit the time unit of the interval parameter. 92 long fullThreshold, int interval, TimeUnit unit, 97 this.interval = interval; 194 scheduleUpdate(this, 0, interval, unit); 90 DiskSpaceMonitor(String instanceName, File directory, long lowThreshold, long fullThreshold, int interval, TimeUnit unit, DiskSpaceMonitorHandler handler) argument
|
/forgerock/opendj2/src/server/org/opends/server/extensions/ |
H A D | DiskSpaceMonitor.java | 70 private final int interval; field in class:DiskSpaceMonitor 84 * @param interval The polling interval for checking free space. 85 * @param unit the time unit of the interval parameter. 91 long fullThreshold, int interval, TimeUnit unit, 96 this.interval = interval; 193 scheduleUpdate(this, 0, interval, unit); 89 DiskSpaceMonitor(String instanceName, File directory, long lowThreshold, long fullThreshold, int interval, TimeUnit unit, DiskSpaceMonitorHandler handler) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | DiskSpaceMonitor.java | 71 private final int interval; field in class:DiskSpaceMonitor 85 * @param interval The polling interval for checking free space. 86 * @param unit the time unit of the interval parameter. 92 long fullThreshold, int interval, TimeUnit unit, 97 this.interval = interval; 194 scheduleUpdate(this, 0, interval, unit); 90 DiskSpaceMonitor(String instanceName, File directory, long lowThreshold, long fullThreshold, int interval, TimeUnit unit, DiskSpaceMonitorHandler handler) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
H A D | DiskSpaceMonitor.java | 71 private final int interval; field in class:DiskSpaceMonitor 85 * @param interval The polling interval for checking free space. 86 * @param unit the time unit of the interval parameter. 92 long fullThreshold, int interval, TimeUnit unit, 97 this.interval = interval; 194 scheduleUpdate(this, 0, interval, unit); 90 DiskSpaceMonitor(String instanceName, File directory, long lowThreshold, long fullThreshold, int interval, TimeUnit unit, DiskSpaceMonitorHandler handler) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/ |
H A D | DiskSpaceMonitor.java | 70 private final int interval; field in class:DiskSpaceMonitor 84 * @param interval The polling interval for checking free space. 85 * @param unit the time unit of the interval parameter. 91 long fullThreshold, int interval, TimeUnit unit, 96 this.interval = interval; 193 scheduleUpdate(this, 0, interval, unit); 89 DiskSpaceMonitor(String instanceName, File directory, long lowThreshold, long fullThreshold, int interval, TimeUnit unit, DiskSpaceMonitorHandler handler) argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/ |
H A D | LinkTrapGenerator.java | 52 private int interval = 2000; /* 2 seconds */ field in class:LinkTrapGenerator 141 return Integer.valueOf(interval); 145 interval = val.intValue(); 158 sleep(interval);
|
H A D | SsoServerAuthSvcImpl.java | 49 * This is the interval over which the authehticate rate will be averaged 52 private long interval; field in class:SsoServerAuthSvcImpl 86 interval = Long.parseLong(intervalValue); 88 debug.message("SsoServerAuthSvcImpl::init interval value is not " + 91 interval = DEFAULT_INTERVAL; 94 if (((interval * 1000) / AVERAGE_RECORD_COUNT) < MINIMUM_FREQUENCY) { 97 frequency = (interval * 1000) / AVERAGE_RECORD_COUNT; 101 debug.message("Monitoring interval set to " + interval + "ms."); 116 if (System.currentTimeMillis() > (lastCheckpoint + (interval * 100 [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | SPCache.java | 47 public static int interval = SAML2Constants.CACHE_CLEANUP_INTERVAL_DEFAULT; field in class:SPCache 55 interval = Integer.parseInt(intervalStr); 56 if (interval < 0) { 57 interval = 64 + "invalid cleanup interval. Using default."); 88 interval * 1000, interval * 1000); 96 interval * 1000, interval * 1000); 104 interval * 100 [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | SPCache.java | 51 public static int interval = SAML2Constants.CACHE_CLEANUP_INTERVAL_DEFAULT; field in class:SPCache 59 interval = Integer.parseInt(intervalStr); 60 if (interval < 0) { 61 interval = 68 + "invalid cleanup interval. Using default."); 71 assertionByIDCache = new PeriodicCleanUpMap(interval * 1000, 72 interval * 1000); 74 new Date(System.currentTimeMillis() + interval * 1000));
|
/forgerock/web-agents-v4/source/ |
H A D | thread.h | 59 unsigned int interval; member in struct:__anon99 83 am_timer_event_t *am_create_timer_event(int type, unsigned int interval, void *args, void (*callback)(void *));
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/ |
H A D | LinkTrapGenerator.java | 52 private int interval = 2000; /* 2 seconds */ field in class:LinkTrapGenerator 141 return Integer.valueOf(interval); 145 interval = val.intValue(); 158 sleep(interval);
|
H A D | SsoServerAuthSvcImpl.java | 48 * This is the interval over which the authehticate rate will be averaged 51 private long interval; field in class:SsoServerAuthSvcImpl 85 interval = Long.parseLong(intervalValue); 87 debug.message("SsoServerAuthSvcImpl::init interval value is not " + 90 interval = DEFAULT_INTERVAL; 93 if (((interval * 1000) / AVERAGE_RECORD_COUNT) < MINIMUM_FREQUENCY) { 96 frequency = (interval * 1000) / AVERAGE_RECORD_COUNT; 100 debug.message("Monitoring interval set to " + interval + "ms."); 115 if (currentTimeMillis() > (lastCheckpoint + (interval * 100 [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | SPCache.java | 49 public static int interval = SAML2Constants.CACHE_CLEANUP_INTERVAL_DEFAULT; field in class:SPCache 55 // if interval is manually configured and if it's less than minimum of 5 mins, then set it to minimum. 57 interval = SystemPropertiesManager.getAsInt(SAML2Constants.CACHE_CLEANUP_INTERVAL, SAML2Constants.CACHE_CLEANUP_INTERVAL_DEFAULT); 58 if (interval < SAML2Constants.CACHE_CLEANUP_INTERVAL_MINIMUM) { 59 SAML2Utils.debug.message("SPCache.constructor: Cleanup interval shouldn't be less than {} seconds." 61 interval = SAML2Constants.CACHE_CLEANUP_INTERVAL_MINIMUM; 81 interval * 1000, interval * 1000); 89 interval * 1000, interval * 100 [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | SPCache.java | 53 public static int interval = SAML2Constants.CACHE_CLEANUP_INTERVAL_DEFAULT; field in class:SPCache 61 interval = Integer.parseInt(intervalStr); 62 if (interval < 0) { 63 interval = 70 + "invalid cleanup interval. Using default."); 73 assertionByIDCache = new PeriodicCleanUpMap(interval * 1000, 74 interval * 1000); 76 new Date(currentTimeMillis() + interval * 1000));
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/ |
H A D | RemoteSession.java | 152 * Sets the maximum inactive session interval on the session, only works 155 * @param interval The maximum inactivate interval 157 public void setMaxInactiveInterval(int interval) { argument 159 session.setMaxInactiveInterval(interval); 164 * Gets the maximum inactive session interval, either from local object 167 * @return The maximum session inactive interval
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/ |
H A D | RemoteSession.java | 152 * Sets the maximum inactive session interval on the session, only works 155 * @param interval The maximum inactivate interval 157 public void setMaxInactiveInterval(int interval) { argument 159 session.setMaxInactiveInterval(interval); 164 * Gets the maximum inactive session interval, either from local object 167 * @return The maximum session inactive interval
|
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/ |
H A D | ResourceLimitsPolicyFactory.java | 134 // The time interval for throughput limits 135 private long interval; field in class:ResourceLimitsPolicyFactory.Policy 138 // The max number of operations during the interval 319 // if the start time has never been set, or the interval has already 321 if (intervalStartTime == 0 || now > (intervalStartTime + interval)) { 329 maxOperationsPerInterval,interval)); 472 long previousInterval = interval; 475 interval = configuration.getMaxOpsInterval(); 478 if ((previousInterval != interval)
|
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/ |
H A D | ResourceLimitsPolicyFactory.java | 133 // The time interval for throughput limits 134 private long interval; field in class:ResourceLimitsPolicyFactory.Policy 137 // The max number of operations during the interval 318 // if the start time has never been set, or the interval has already 320 if (intervalStartTime == 0 || now > (intervalStartTime + interval)) { 328 maxOperationsPerInterval,interval)); 471 long previousInterval = interval; 474 interval = configuration.getMaxOpsInterval(); 477 if ((previousInterval != interval)
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | DomainFakeCfg.java | 238 * Set the heartbeat interval. 240 public void setHeartbeatInterval(long interval) argument 242 heartbeatInterval = interval;
|
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/ |
H A D | ResourceLimitsPolicyFactory.java | 134 // The time interval for throughput limits 135 private long interval; field in class:ResourceLimitsPolicyFactory.Policy 138 // The max number of operations during the interval 319 // if the start time has never been set, or the interval has already 321 if (intervalStartTime == 0 || now > (intervalStartTime + interval)) { 329 maxOperationsPerInterval,interval)); 472 long previousInterval = interval; 475 interval = configuration.getMaxOpsInterval(); 478 if ((previousInterval != interval)
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | DomainFakeCfg.java | 238 * Set the heartbeat interval. 240 public void setHeartbeatInterval(long interval) argument 242 heartbeatInterval = interval;
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/ |
H A D | ResourceLimitsPolicyFactory.java | 134 // The time interval for throughput limits 135 private long interval; field in class:ResourceLimitsPolicyFactory.Policy 138 // The max number of operations during the interval 319 // if the start time has never been set, or the interval has already 321 if (intervalStartTime == 0 || now > (intervalStartTime + interval)) { 329 maxOperationsPerInterval,interval)); 472 long previousInterval = interval; 475 interval = configuration.getMaxOpsInterval(); 478 if ((previousInterval != interval)
|
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/ |
H A D | ResourceLimitsPolicyFactory.java | 133 // The time interval for throughput limits 134 private long interval; field in class:ResourceLimitsPolicyFactory.Policy 137 // The max number of operations during the interval 318 // if the start time has never been set, or the interval has already 320 if (intervalStartTime == 0 || now > (intervalStartTime + interval)) { 328 maxOperationsPerInterval,interval)); 471 long previousInterval = interval; 474 interval = configuration.getMaxOpsInterval(); 477 if ((previousInterval != interval)
|