Package org.forgerock.audit.retention
Class RetentionHooks.NullRetentionHooks
java.lang.Object
org.forgerock.audit.retention.RetentionHooks.NullRetentionHooks
- All Implemented Interfaces:
 RetentionHooks
- Enclosing interface:
 - RetentionHooks
 
RetentionHooks that do nothing.- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.forgerock.audit.retention.RetentionHooks
RetentionHooks.NullRetentionHooks - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidMethod to run an action just before the file is run through theRetentionPolicy's. 
- 
Constructor Details
- 
NullRetentionHooks
public NullRetentionHooks() 
 - 
 - 
Method Details
- 
postRetentionAction
Description copied from interface:RetentionHooksMethod to run an action just before the file is run through theRetentionPolicy's.- Specified by:
 postRetentionActionin interfaceRetentionHooks- Throws:
 IOException- If the pre action fails.
 
 -