Uses of Interface
org.forgerock.audit.rotation.RotatableObject
-
Packages that use RotatableObject Package Description org.forgerock.audit.events.handlers.writers Utility classes for writing streams of characters.org.forgerock.audit.rotation Audit log file rotation classes. -
-
Uses of RotatableObject in org.forgerock.audit.events.handlers.writers
Classes in org.forgerock.audit.events.handlers.writers that implement RotatableObject Modifier and Type Class Description classRotatableWriterSupports file rotation and retention. -
Uses of RotatableObject in org.forgerock.audit.rotation
Methods in org.forgerock.audit.rotation with parameters of type RotatableObject Modifier and Type Method Description booleanFixedTimeRotationPolicy. shouldRotateFile(RotatableObject rotatable)This method indicates if the log file should be rotated or not.booleanRotationPolicy. shouldRotateFile(RotatableObject file)This method indicates if the log file should be rotated or not.booleanSizeBasedRotationPolicy. shouldRotateFile(RotatableObject file)Indicates whether or not aRotatableObjectneeds rotation.booleanTimeLimitRotationPolicy. shouldRotateFile(RotatableObject rotatable)Checks whether or not aRotatableObjectneeds rotation.
-