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
RetentionHooksthat 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 voidpostRetentionAction()Method to run an action just before the file is run through theRetentionPolicy's. 
 - 
 
- 
- 
Method Detail
- 
postRetentionAction
public void postRetentionAction() throws IOExceptionDescription 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.
 
 - 
 
 -