#include <AP_Process.h>
Public Types | |
enum | Mode { ModeNormal, ModeFork, ModeRespawn, ModeRespawnOnFail } |
Public Member Functions | |
AP_ProcessAttribute (const AP_String &name, const AP_String &filename) | |
Data Fields | |
AP_String | args |
AP_String | carlino |
AP_Hash | environs |
AP_String | logFilter |
AP_Sint32 | logLevel |
AP_Bool | logStdout |
Mode | mode |
AP_String | name |
AP_String | path |
AP_String | prepareScript |
AP_String | respawnTime |
AP_String | shell |
AP_String | startScript |
AP_String | stopScript |
Type | type |
Private Member Functions | |
Mode | toMode (const AP_String &mode) |
Type | toType (const AP_String &type) |
Private Attributes | |
AP_HashBase< AP_String, Mode > | _m_modeTable |
AP_HashBase< AP_String, Type > | _m_typeTable |
enum Mode |
enum Type |
AP_ProcessAttribute | ( | const AP_String & | name, | |
const AP_String & | filename | |||
) |
AP_ProcessAttribute::Mode toMode | ( | const AP_String & | mode | ) | [private] |
AP_ProcessAttribute::Type toType | ( | const AP_String & | type | ) | [private] |
AP_HashBase<AP_String,Mode> _m_modeTable [private] |
AP_HashBase<AP_String,Type> _m_typeTable [private] |