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

Go to the source code of this file.

Classes

class  HCE::Process

Namespaces

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

Enumerations

enum  HCE::ExitStatus { HCE::SUCCESS = 0, HCE::ERROR_FDOPEN_WRITE = 1, HCE::ERROR_FDOPEN_READ = 2, HCE::ERROR_WAITPID = 3 }

Functions

void signalHandler (int signum)

Detailed Description

Implementation class Process of a exec tools need to HCE cluster node.

Author
Alexander Vybornyh alexa.nosp@m.nder.nosp@m..hce..nosp@m.clus.nosp@m.ter@g.nosp@m.mail.nosp@m..com Copyright © 2013 IOIX Ukraine http://hierarchical-cluster-engine.com/license/

Definition in file Process.hpp.

Function Documentation

void signalHandler ( int  signum)

Definition at line 18 of file Process.cpp.

Here is the caller graph for this function: