@ApplicationScoped public class ProvisioningScreensServiceImpl extends Object implements ProvisioningScreensService
| Constructor and Description |
|---|
ProvisioningScreensServiceImpl() |
ProvisioningScreensServiceImpl(ProviderTypeService providerTypeService,
ProviderService providerService,
RuntimeService runtimeService) |
| Modifier and Type | Method and Description |
|---|---|
ProvidersInfo |
getProvidersInfo(ProviderTypeKey providerTypeKey) |
RuntimesInfo |
getRuntimesInfo(ProviderKey providerKey) |
boolean |
hasRuntimes(ProviderKey providerKey) |
public ProvisioningScreensServiceImpl()
@Inject public ProvisioningScreensServiceImpl(ProviderTypeService providerTypeService, ProviderService providerService, RuntimeService runtimeService)
public ProvidersInfo getProvidersInfo(ProviderTypeKey providerTypeKey)
getProvidersInfo in interface ProvisioningScreensServicepublic RuntimesInfo getRuntimesInfo(ProviderKey providerKey)
getRuntimesInfo in interface ProvisioningScreensServicepublic boolean hasRuntimes(ProviderKey providerKey)
hasRuntimes in interface ProvisioningScreensServiceCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.