hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Thread.hpp File Reference
#include <Poco/Thread.h>
#include "./exceptions/ThreadAlreadyRunningException.hpp"
#include "./exceptions/ThreadAlreadyJoinedException.hpp"
#include <Poco/Runnable.h>
Include dependency graph for Thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HCE::Utils::Thread
 < monitors thread state so I created own class Thread which provides all functions for runnable class. More...

Namespaces

namespace  HCE
 < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()'
namespace  HCE::Utils

Detailed Description