Package org.forgerock.audit.retention
Class RetentionHooks.NullRetentionHooks
- java.lang.Object
-
- org.forgerock.audit.retention.RetentionHooks.NullRetentionHooks
-
- All Implemented Interfaces:
RetentionHooks
- Enclosing interface:
- RetentionHooks
public static class RetentionHooks.NullRetentionHooks extends Object implements RetentionHooks
RetentionHooks
that do nothing.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.forgerock.audit.retention.RetentionHooks
RetentionHooks.NullRetentionHooks
-
-
Constructor Summary
Constructors Constructor Description NullRetentionHooks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postRetentionAction()
Method to run an action just before the file is run through theRetentionPolicy
's.
-
-
-
Method Detail
-
postRetentionAction
public void postRetentionAction() throws IOException
Description copied from interface:RetentionHooks
Method to run an action just before the file is run through theRetentionPolicy
's.- Specified by:
postRetentionAction
in interfaceRetentionHooks
- Throws:
IOException
- If the pre action fails.
-
-