Searched refs:lastRotation (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java102 private long lastRotation; field in class:FileHandler
307 lastRotation = System.currentTimeMillis();
575 then.setTimeInMillis(lastRotation);
625 lastRotation = System.currentTimeMillis();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java103 private long lastRotation; field in class:FileHandler
308 lastRotation = currentTimeMillis();
576 then.setTimeInMillis(lastRotation);
626 lastRotation = currentTimeMillis();

Completed in 31 milliseconds