Interface SAPSystemInfo
- 
 public interface SAPSystemInfoDetails of the SAP system as returned by the function module RFC_SYSTEM_INFO
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicationsRelease()StringgetDatabaseHost()StringgetDatabaseName()StringgetDatabaseSystem()StringgetDestination()StringgetHost()StringgetIp()StringgetIpv6()StringgetKernelRelease()StringgetLogVersion()StringgetOperatingSystem()StringgetSapCharacterSet()StringgetSid()intgetTimezoneDifferenceFromUTC()booleanisDaylightSaving()booleanisLittleEndian()booleanisS4Hana()
 
- 
- 
- 
Method Detail- 
getLogVersionString getLogVersion() - Returns:
- RFC log version
 
 - 
getSapCharacterSetString getSapCharacterSet() - Returns:
- Character set (SAP name)
 
 - 
isLittleEndianboolean isLittleEndian() - Returns:
- trueif the application server is running on a little endian platform,- falseotherwise
 
 - 
getDestinationString getDestination() - Returns:
- Logical destination
 
 - 
getHostString getHost() - Returns:
- Returns the host of the application server
 
 - 
getSidString getSid() - Returns:
- SID of the R/3 System
 
 - 
getDatabaseNameString getDatabaseName() - Returns:
- name of the database System
 
 - 
getDatabaseHostString getDatabaseHost() - Returns:
- Database host name
 
 - 
getDatabaseSystemString getDatabaseSystem() - Returns:
- Database system name
 
 - 
getOperatingSystemString getOperatingSystem() - Returns:
- operating system of the application server
 
 - 
getTimezoneDifferenceFromUTCint getTimezoneDifferenceFromUTC() - Returns:
- Time zone difference from UTC in seconds
 
 - 
isDaylightSavingboolean isDaylightSaving() - Returns:
- trueif daylight savings time is used,- falseotherwise
 
 - 
getIpString getIp() - Returns:
- IP address of the application server
 
 - 
getIpv6String getIpv6() - Returns:
- IPv6 address of the application server
 
 - 
getKernelReleaseString getKernelRelease() - Returns:
- Kernel Release
 
 - 
getApplicationsReleaseString getApplicationsRelease() - Returns:
- Applications Release.
 
 - 
isS4Hanaboolean isS4Hana() - Returns:
- trueif S4/Hana system,- falseotherwise
 
 
- 
 
-