#include <string>
#include <map>
#include <vhdRuntime/vhdRuntimeSystem.h>
#include <vhdRuntime/vhdRuntimeSystemConfigProperty.h>
#include <vhdRuntime/vhdRuntimeEngine.h>
#include <vhdRuntime/vhdRuntimeEngineHandle.h>
#include <vhdEvents/vhdEventPublisher.h>
#include <vhdEvents/vhdEventReceiver.h>
#include <vhdEvents/vhdEventDispatcher.h>
#include <vhdEvents/vhdTerminateRuntimeSystemRequestEvent.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdFundamental/vhdSys.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdIntegrityViolationException.h>
#include <vhdExceptions/vhdNoSuchElementException.h>
#include <vhdExceptions/vhdNotImplementedException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>
Classes | |
class | vhdRuntimeSystem::_Impl |
Defines | |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::createRuntimeSystem( vhdRuntimeSystemConfigPropertyRef rsConfigProperty)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::vhdRuntimeSystem( vhdRuntimeSystemConfigPropertyRef rsConfigProperty)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::~vhdRuntimeSystem()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::isInitialized()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::isTerminated()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::tryInit()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::tryTerminate()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::update()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::update( vhtTime sleepTime)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::updateUntilTerminated( vhtTime sleepTime)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getRuntimeSystemName()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getRuntimeSystemConfigProperty()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::canRegisterRE( const std::string & runtimeEngineName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getRuntimeEngineHandle( const std::string & runtimeEngineName)" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getNumberOfRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getNumberOfLocalRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getNumberOfRemoteRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getRuntimeEngineHandles()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getLocalRuntimeEngineHandles()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::getRemoteRuntimeEngineHandles()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::tryInitAllLocalRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::tryTerminateAllLocalRuntimeEngines()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::areAllLocalRuntimeEnginesInitialized()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::areAllLocalRuntimeEnginesTerminated()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::areAllRuntimeEnginesInitialized()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::areAllRuntimeEnginesTerminated()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::_registerLocalRE( vhdRuntimeEngineRef runtimeEngine )" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::_unregisterLocalRuntimeEngine( vhdRuntimeEngineRef runtimeEngine )" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::init()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::_terminate()" |
#define | _VHD_METHOD_NAME "vhdRuntimeSystem::_terminate()" |
Functions | |
vhdCLASS_TYPE_INIT (vhdRuntimeSystem, vhdObject) |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::_terminate()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::_terminate()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::init()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::_unregisterLocalRuntimeEngine( vhdRuntimeEngineRef runtimeEngine )" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::_registerLocalRE( vhdRuntimeEngineRef runtimeEngine )" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::areAllRuntimeEnginesTerminated()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::areAllRuntimeEnginesInitialized()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::areAllLocalRuntimeEnginesTerminated()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::areAllLocalRuntimeEnginesInitialized()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::tryTerminateAllLocalRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::tryInitAllLocalRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getRemoteRuntimeEngineHandles()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getLocalRuntimeEngineHandles()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getRuntimeEngineHandles()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getNumberOfRemoteRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getNumberOfLocalRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getNumberOfRuntimeEngines()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getRuntimeEngineHandle( const std::string & runtimeEngineName)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::canRegisterRE( const std::string & runtimeEngineName)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getRuntimeSystemConfigProperty()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::getRuntimeSystemName()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::updateUntilTerminated( vhtTime sleepTime)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::update( vhtTime sleepTime)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::update()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::tryTerminate()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::tryInit()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::isTerminated()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::isInitialized()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::~vhdRuntimeSystem()" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::vhdRuntimeSystem( vhdRuntimeSystemConfigPropertyRef rsConfigProperty)" |
#define _VHD_METHOD_NAME "vhdRuntimeSystem::createRuntimeSystem( vhdRuntimeSystemConfigPropertyRef rsConfigProperty)" |
vhdCLASS_TYPE_INIT | ( | vhdRuntimeSystem | , | |
vhdObject | ||||
) |