Searched refs:getRotationInterval (Results 1 - 19 of 19) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugConfiguration.java45 public int getRotationInterval(); method in interface:DebugConfiguration
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugConfiguration.java45 public int getRotationInterval(); method in interface:DebugConfiguration
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java49 timeInterval = config.getRotationInterval();
66 timeInterval = config.getRotationInterval();
H A DCommonAudit.java540 long rotationInterval = ((TimeLimitLogRotationPolicyCfg) policyConfig).getRotationInterval();
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDefaultDebugConfiguration.java50 public int getRotationInterval() { method in class:DefaultDebugConfiguration
H A DDebugConfigurationFromProperties.java114 public int getRotationInterval() { method in class:DebugConfigurationFromProperties
152 if (getRotationInterval() != -1) {
153 if (getRotationInterval() <= 0) {
160 getRotationInterval() + ") but the debug suffix is empty");
165 if (validateSuffix(Calendar.MINUTE, getRotationInterval())) {
167 " with the rotation interval requested '" + getRotationInterval() + "'.");
H A DDebugFileImpl.java193 (configuration.getRotationInterval() > 0 || configuration.getRotationFileSizeInByte() > 0)) {
224 nextRotation = fileCreationTime + configuration.getRotationInterval() * 60 * 1000;
282 return configuration.getRotationInterval() > 0 && nextRotation <= clock.now();
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDefaultDebugConfiguration.java50 public int getRotationInterval() { method in class:DefaultDebugConfiguration
H A DDebugConfigurationFromProperties.java116 public int getRotationInterval() { method in class:DebugConfigurationFromProperties
154 if (getRotationInterval() != -1) {
155 if (getRotationInterval() <= 0) {
162 getRotationInterval() + ") but the debug suffix is empty");
167 if (validateSuffix(Calendar.MINUTE, getRotationInterval())) {
169 " with the rotation interval requested '" + getRotationInterval() + "'.");
H A DDebugFileImpl.java207 (configuration.getRotationInterval() > 0 || configuration.getRotationFileSizeInByte() > 0)) {
238 nextRotation = fileCreationTime + configuration.getRotationInterval() * 60 * 1000;
303 return configuration.getRotationInterval() > 0 && nextRotation <= clock.now();
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugConfigurationFromPropertiesTest.java41 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), -1, "Debug rotation should be " +
53 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), -1, "Debug rotation should be " +
65 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), 3);
76 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), -1, "Debug rotation should be " +
87 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), 3);
H A DDebugRotationTest.java141 int rotationPeriod = debugConfigurationFromProperties.getRotationInterval();
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugConfigurationFromPropertiesTest.java41 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), -1, "Debug rotation should be " +
53 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), -1, "Debug rotation should be " +
65 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), 3);
76 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), -1, "Debug rotation should be " +
87 Assert.assertEquals(debugConfigurationFromProperties.getRotationInterval(), 3);
H A DDebugRotationTest.java142 int rotationPeriod = debugConfigurationFromProperties.getRotationInterval();
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();

Completed in 96 milliseconds