org.opends.server.loggers
Interface PostRotationAction

All Known Implementing Classes:
EncryptAction, GZIPAction, SignatureAction, ZIPAction

public interface PostRotationAction

This interface describes the action that needs to be taken at the time of a rotation.


Method Summary
 boolean execute()
          The action that needs to be executed.
 

Method Detail

execute

boolean execute()
The action that needs to be executed. Returns true if the action succeeded and false otherwise.

Returns:
true if the rotation action was successful, or false if it was not.