![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
Commands to receive and edit the configuration. More...
Functions | |
applyConfiguration | |
Stores all edited settings permanently, i.e. writes those settings to the tpds.overlay. More... | |
assureConfigIsLoadedInSHM | |
Checks if CONFIG.SETUP.BASE is already existing in the shared memory, otherwise it is loaded. More... | |
discardConfiguration | |
Discards temporary changes, i.e. edited settings that have not been applied yet and reloads the settings from the configuration files. More... | |
getConfigKey key | |
Gets the currently configured value of a certain setting from CONFIG.SETUP.BASE. More... | |
getCurrentConfig | |
Returns the temporary configuration stored in CONFIG.SETUP.BASE. More... | |
setConfigKey key value | |
Sets a value for a given key of CONFIG.SETUP.BASE temporarily. More... | |
Commands to receive and edit the configuration.
CONFIGURATION::MANAGER::Util::applyConfiguration |
Stores all edited settings permanently, i.e. writes those settings to the tpds.overlay.
none |
References assureConfigIsLoadedInSHM().
CONFIGURATION::MANAGER::Util::assureConfigIsLoadedInSHM |
Checks if CONFIG.SETUP.BASE is already existing in the shared memory, otherwise it is loaded.
none |
References tpco_shmexists().
Referenced by applyConfiguration(), and getCurrentConfig().
CONFIGURATION::MANAGER::Util::discardConfiguration |
Discards temporary changes, i.e. edited settings that have not been applied yet and reloads the settings from the configuration files.
none |
References tpco_shmdelete(), and tpco_shmexists().
CONFIGURATION::MANAGER::Util::getConfigKey | key | ||
Gets the currently configured value of a certain setting from CONFIG.SETUP.BASE.
key | Key stored within CONFIG.SETUP.BASE to be read |
References getCurrentConfig().
Referenced by CONFIGURATION::MANAGER::InstalledProductKeys::addProductKey(), CONFIGURATION::MANAGER::CommunicationChannels::getCommunicationChannelList(), CONFIGURATION::MANAGER::LicenseServer::getHostName(), CONFIGURATION::MANAGER::InstalledProductKeys::getInstalledProductKeys(), CONFIGURATION::MANAGER::ServerInstance::getInstanceList(), CONFIGURATION::MANAGER::JobAgent::getJobAgentList(), CONFIGURATION::MANAGER::LicenseServer::getPortNumber(), CONFIGURATION::MANAGER::InstalledProductKeys::isInstalled(), CONFIGURATION::MANAGER::InstalledProductKeys::removeProductKey(), and CONFIGURATION::MANAGER::JobAgent::setJobAgentList().
CONFIGURATION::MANAGER::Util::getCurrentConfig |
Returns the temporary configuration stored in CONFIG.SETUP.BASE.
none |
References assureConfigIsLoadedInSHM(), and tpco_shmget().
Referenced by getConfigKey(), and setConfigKey().
CONFIGURATION::MANAGER::Util::setConfigKey | key value | ||
Sets a value for a given key of CONFIG.SETUP.BASE temporarily.
key | Key stored within CONFIG.SETUP.BASE to be updated |
value | New value for the given key |
References getCurrentConfig(), and tpco_shmset().
Referenced by CONFIGURATION::MANAGER::InstalledProductKeys::addProductKey(), CONFIGURATION::MANAGER::InstalledProductKeys::removeProductKey(), CONFIGURATION::MANAGER::CommunicationChannels::setCommunicationChannelList(), CONFIGURATION::MANAGER::LicenseServer::setHostName(), CONFIGURATION::MANAGER::ServerInstance::setInstanceList(), CONFIGURATION::MANAGER::JobAgent::setJobAgentList(), and CONFIGURATION::MANAGER::LicenseServer::setPortNumber().