sipxportlib  Version 3.3
Classes | Macros | Variables
OsProcessMgr.h File Reference
#include "os/OsDefs.h"
#include "os/OsStatus.h"
#include "os/OsFS.h"
#include "os/OsProcess.h"
#include "os/OsProcessIterator.h"
#include "os/OsMutex.h"
Include dependency graph for OsProcessMgr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OsProcessMgr
 

Macros

#define PROCESS_ALIAS_FILE   "processAlias.dat"
 
#define PROCESS_ALIAS_LOCK_FILE   "locked.lck"
 

Variables

const int PROCESS_STARTED = 1
 
const int PROCESS_STOPPED = 2
 
const int PROCESS_FAILED = 3
 
const int PROCESS_NEVERRUN = 4
 
const int PROCESS_STOPPING = 5
 
const int PROCESS_STARTING = 6
 
const int USER_PROCESS_NONE = 0
 
const int USER_PROCESS_START = 1
 
const int USER_PROCESS_STOP = 2
 
const int USER_PROCESS_RESTART = 3
 

Macro Definition Documentation

#define PROCESS_ALIAS_FILE   "processAlias.dat"
#define PROCESS_ALIAS_LOCK_FILE   "locked.lck"

Variable Documentation

const int PROCESS_STARTED = 1
const int PROCESS_STOPPED = 2
const int PROCESS_FAILED = 3
const int PROCESS_NEVERRUN = 4
const int PROCESS_STOPPING = 5
const int PROCESS_STARTING = 6
const int USER_PROCESS_NONE = 0
const int USER_PROCESS_START = 1
const int USER_PROCESS_STOP = 2
const int USER_PROCESS_RESTART = 3