#include <runnable.h>
Inheritance diagram for openikev2::Runnable:

Public Member Functions | |
| virtual void | run ()=0 |
| Main execution method of the thread. | |
Public Attributes | |
| uint32_t | thread_id |
| ID of this thread. | |
| virtual void openikev2::Runnable::run | ( | ) | [pure virtual] |
Main execution method of the thread.
This method is executed allways when executeRunnable() is called. Each concrete Thread musts implement this method
Implemented in openikev2::AlarmControllerImpl, openikev2::IkeSaExecuter, openikev2::IpsecControllerImpl, and openikev2::NetworkControllerImpl.
1.5.1