Searched refs:rotationInterval (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java38 private int rotationInterval = -1; field in class:DebugConfigurationFromProperties
80 rotationInterval = Integer.parseInt(rotation);
87 rotationInterval = -1;
115 return rotationInterval;
155 "rotationInterval = '" + rotationInterval + "'", null);
199 ", rotationInterval=" + rotationInterval +
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java40 private int rotationInterval = -1; field in class:DebugConfigurationFromProperties
82 rotationInterval = Integer.parseInt(rotation);
89 rotationInterval = -1;
117 return rotationInterval;
157 "rotationInterval = '" + rotationInterval + "'", null);
201 ", rotationInterval=" + rotationInterval +
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java101 private int rotationInterval = -1; field in class:FileHandler
300 rotationInterval = Integer.parseInt(rotation);
304 rotationInterval = -1;
306 if (rotationInterval > 0) {
419 if (rotationInterval > 0 && suffixDateFormat == null) {
577 then.add(Calendar.MINUTE, rotationInterval);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java102 private int rotationInterval = -1; field in class:FileHandler
301 rotationInterval = Integer.parseInt(rotation);
305 rotationInterval = -1;
307 if (rotationInterval > 0) {
420 if (rotationInterval > 0 && suffixDateFormat == null) {
578 then.add(Calendar.MINUTE, rotationInterval);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLog.java261 private final long rotationInterval; field in class:Log.LogRotationParameters
269 * @param rotationInterval
274 LogRotationParameters(long sizeLimitPerFileInBytes, long rotationInterval, long lastRotationTime) argument
277 this.rotationInterval = rotationInterval;
286 + ", rotationInterval=" + rotationInterval
349 this.rotationIntervalInMillis = rotationParams.rotationInterval;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DCommonAudit.java540 long rotationInterval = ((TimeLimitLogRotationPolicyCfg) policyConfig).getRotationInterval();
541 fileRotation.setRotationInterval(String.valueOf(rotationInterval) + " ms");

Completed in 51 milliseconds