Package de.hybris.datasupplier.services
Interface DatabaseCollectorService
- All Known Implementing Classes:
DefaultDatabaseCollectorService
public interface DatabaseCollectorService
Service used for collecting data regarding database for DataSupplier.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDatabaseHost
String getDatabaseHost()- Returns:
- DatabaseHost The host system on which the database is running.
-
getDatabaseIPAddress
String getDatabaseIPAddress()- Returns:
- DatabaseIPAddress The IP address on which the database is running.
-
getDatabaseName
String getDatabaseName()- Returns:
- DatabaseName The database name.
-
getDatabaseFQDName
String getDatabaseFQDName()- Returns:
- DatabaseFQDName Fully Qualified Domain Name of the database host
-
getDatabaseType
String getDatabaseType()- Returns:
- DatabaseType database type mapped to SAP abbreviation
-