org.x4juli.handlers.rolling.nop
Class NOPAction

java.lang.Object
  extended byorg.x4juli.global.components.AbstractComponent
      extended byorg.x4juli.handlers.rolling.helper.AbstractAction
          extended byorg.x4juli.handlers.rolling.nop.NOPAction
All Implemented Interfaces:
Action, Component, java.lang.Runnable

final class NOPAction
extends AbstractAction

Dummy Action which always signals succesfull execution. Used just for default behaviour in RollingFileHandler.

Since:
0.5
Author:
Boris Unckel

Field Summary
static NOPAction NOP_ACTION
           
 
Fields inherited from class org.x4juli.handlers.rolling.helper.AbstractAction
 
Fields inherited from class org.x4juli.global.components.AbstractComponent
manager, repository
 
Constructor Summary
private NOPAction()
           
 
Method Summary
 boolean execute()
          Perform action.
 
Methods inherited from class org.x4juli.handlers.rolling.helper.AbstractAction
close, isComplete, reportException, run
 
Methods inherited from class org.x4juli.global.components.AbstractComponent
getLogger, getLoggerRepository, getMessageProperties, getNonFloodingLogger, getProperty, getProperty, getProperty, getProperty, resetErrorCount, setObjectStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOP_ACTION

public static final NOPAction NOP_ACTION
Constructor Detail

NOPAction

private NOPAction()
Method Detail

execute

public boolean execute()
                throws java.io.IOException
Perform action.

Specified by:
execute in interface Action
Specified by:
execute in class AbstractAction
Returns:
true if successful.
Throws:
java.io.IOException - if IO error.
Since:


${license_html}