Uses of Class
de.hybris.platform.datahubbackoffice.service.datahub.DataHubServerInfo
-
Packages that use DataHubServerInfo Package Description de.hybris.platform.datahubbackoffice.service de.hybris.platform.datahubbackoffice.service.datahub -
-
Uses of DataHubServerInfo in de.hybris.platform.datahubbackoffice.service
Methods in de.hybris.platform.datahubbackoffice.service that return DataHubServerInfo Modifier and Type Method Description DataHubServerInfoTypeSystemBasedDataHubNameService. getServer(java.lang.String instanceName)Methods in de.hybris.platform.datahubbackoffice.service that return types with arguments of type DataHubServerInfo Modifier and Type Method Description java.util.Collection<DataHubServerInfo>TypeSystemBasedDataHubNameService. getAllServers() -
Uses of DataHubServerInfo in de.hybris.platform.datahubbackoffice.service.datahub
Methods in de.hybris.platform.datahubbackoffice.service.datahub that return DataHubServerInfo Modifier and Type Method Description DataHubServerInfoDataHubNameService. getServer(java.lang.String name)Retrieves a specific DataHub instance configuration.Methods in de.hybris.platform.datahubbackoffice.service.datahub that return types with arguments of type DataHubServerInfo Modifier and Type Method Description java.util.Collection<DataHubServerInfo>DataHubNameService. getAllServers()Retrieves all DataHub instances configured in the system.Constructors in de.hybris.platform.datahubbackoffice.service.datahub with parameters of type DataHubServerInfo Constructor Description DataHubServer(DataHubServerInfo info)
-