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 () |
Action | ( | ) | [protected] |
Constructor.
virtual ~Action | ( | ) | [protected, virtual] |
virtual bool execute | ( | log4cxx::helpers::Pool & | pool | ) | const [pure virtual] |
Perform action.
Implemented in FileRenameAction, GZCompressAction, and ZipCompressAction.
void run | ( | log4cxx::helpers::Pool & | pool | ) |
void close | ( | ) |
bool isComplete | ( | ) | const |
Tests if the action is complete.
void reportException | ( | const std::exception & | ) |