#include <SysLocalAPIManager.hpp>
Definition at line 44 of file unix/SysLocalAPIManager.hpp.
◆ getActiveSessionQueue() [1/2]
bool SysLocalAPIManager::getActiveSessionQueue |
( |
QueueHandle & |
sessionQueue | ) |
|
|
static |
Check to see if we've inherited a session queue from a calling process. This shows up as an environment variable value.
- Parameters
-
sessionQueue | The returned session queue handle, if it exists. |
- Returns
- true if the session queue is inherited, false if a new once needs to be created.
Definition at line 101 of file unix/SysLocalAPIManager.cpp.
Referenced by LocalQueueManager::initializeSessionQueue().
◆ getActiveSessionQueue() [2/2]
static bool SysLocalAPIManager::getActiveSessionQueue |
( |
QueueHandle & |
sessionQueue | ) |
|
|
static |
◆ setActiveSessionQueue() [1/2]
void SysLocalAPIManager::setActiveSessionQueue |
( |
QueueHandle |
sessionQueue | ) |
|
|
static |
◆ setActiveSessionQueue() [2/2]
static void SysLocalAPIManager::setActiveSessionQueue |
( |
QueueHandle |
sessionQueue | ) |
|
|
static |
◆ startServerProcess() [1/2]
void SysLocalAPIManager::startServerProcess |
( |
| ) |
|
|
static |
◆ startServerProcess() [2/2]
static void SysLocalAPIManager::startServerProcess |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: