T4S4  11.4 C6935 A22406
Teamcenter Gateway for SAP S/4HANA API Reference
CONFIGURATION::MANAGER::BasicGatewayService Namespace Reference

Commands to edit the BGS connection configuration of a GS. More...

Functions

 getHostName
 Returns the host name of the BGS in the GS configuration. More...
 
 getPortNumber
 Returns the port number of the BGS in the GS configuration. More...
 
 getSslPortNumber
 Returns the SSL port number of the BGS in the GS configuration. More...
 
 setHostName HostName
 Sets the host name of the BGS in the GS configuration. More...
 
 setPortNumber PortNumber
 Sets the port number of the BGS in the GS configuration. More...
 
 setSslPortNumber PortNumber
 Sets the port number of the BGS in the GS configuration. More...
 

Detailed Description

Commands to edit the BGS connection configuration of a GS.

Function Documentation

◆ getHostName()

CONFIGURATION::MANAGER::BasicGatewayService::getHostName

Returns the host name of the BGS in the GS configuration.

Deprecated:
Please use the functions in CONFIGURATION::MANAGER::CommunicationChannels
Parameters
none
Returns
host name of the BGS

References CONFIGURATION::MANAGER::CommunicationChannels::getCommunicationChannel(), and tpwrite().

◆ getPortNumber()

CONFIGURATION::MANAGER::BasicGatewayService::getPortNumber

Returns the port number of the BGS in the GS configuration.

Deprecated:
Please use the functions in CONFIGURATION::MANAGER::CommunicationChannels
Parameters
none
Returns
port number of the BGS

References CONFIGURATION::MANAGER::CommunicationChannels::getCommunicationChannel(), and tpwrite().

◆ getSslPortNumber()

CONFIGURATION::MANAGER::BasicGatewayService::getSslPortNumber

Returns the SSL port number of the BGS in the GS configuration.

Deprecated:
Please use the functions in CONFIGURATION::MANAGER::CommunicationChannels
Parameters
none
Returns
SSL port number of the BGS

References CONFIGURATION::MANAGER::CommunicationChannels::getCommunicationChannel(), and tpwrite().

◆ setHostName()

CONFIGURATION::MANAGER::BasicGatewayService::setHostName   HostName  

Sets the host name of the BGS in the GS configuration.

Deprecated:
Please use the functions in CONFIGURATION::MANAGER::CommunicationChannels
Parameters
HostNamehost name of the BGS
Returns
nothing

References CONFIGURATION::MANAGER::InstalledProductKeys::isInstalled(), CONFIGURATION::MANAGER::CommunicationChannels::setHost(), and tpwrite().

◆ setPortNumber()

CONFIGURATION::MANAGER::BasicGatewayService::setPortNumber   PortNumber  

Sets the port number of the BGS in the GS configuration.

Deprecated:
Please use the functions in CONFIGURATION::MANAGER::CommunicationChannels
Parameters
PortNumberport number of the BGS
Returns
nothing

References CONFIGURATION::MANAGER::InstalledProductKeys::isInstalled(), CONFIGURATION::MANAGER::CommunicationChannels::setPortNumber(), and tpwrite().

◆ setSslPortNumber()

CONFIGURATION::MANAGER::BasicGatewayService::setSslPortNumber   PortNumber  

Sets the port number of the BGS in the GS configuration.

Deprecated:
Please use the functions in CONFIGURATION::MANAGER::CommunicationChannels
Parameters
PortNumberSSL port number of the BGS
Returns
nothing

References CONFIGURATION::MANAGER::InstalledProductKeys::isInstalled(), CONFIGURATION::MANAGER::CommunicationChannels::setPortNumber(), and tpwrite().