|
Apache log4cxx
Version 0.10.0
|
A file system action performed as part of a rollover event. More...
Inherits ObjectImpl.
Inherited by FileRenameAction, GZCompressAction, and ZipCompressAction.
Public Member Functions | |
| virtual bool | execute (log4cxx::helpers::Pool &pool) const =0 |
| Perform action. | |
| void | run (log4cxx::helpers::Pool &pool) |
| void | close () |
| bool | isComplete () const |
| Tests if the action is complete. | |
| void | reportException (const std::exception &) |
Protected Member Functions | |
| Action () | |
| Constructor. | |
| virtual | ~Action () |
A file system action performed as part of a rollover event.
| Action | ( | ) | [protected] |
Constructor.
| virtual ~Action | ( | ) | [protected, virtual] |
| void close | ( | ) |
| virtual bool execute | ( | log4cxx::helpers::Pool & | pool | ) | const [pure virtual] |
Perform action.
Implemented in ZipCompressAction, GZCompressAction, and FileRenameAction.
| bool isComplete | ( | ) | const |
Tests if the action is complete.
| void reportException | ( | const std::exception & | ) |
| void run | ( | log4cxx::helpers::Pool & | pool | ) |