@ApplicationScoped public class ProviderServiceImpl extends Object implements ProviderService
| Constructor and Description |
|---|
ProviderServiceImpl() |
ProviderServiceImpl(RuntimeProvisioningServiceBackend runtimeProvisioningService,
ProviderConverterFactory providerConverterFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
createProvider(ProviderType providerType,
ProviderConfiguration configuration) |
void |
deleteProvider(ProviderKey providerKey) |
Provider |
getProvider(ProviderKey providerKey) |
Collection<Provider> |
getProviders(ProviderType providerType) |
Collection<ProviderKey> |
getProvidersKey(ProviderType providerType) |
public ProviderServiceImpl()
@Inject public ProviderServiceImpl(RuntimeProvisioningServiceBackend runtimeProvisioningService, ProviderConverterFactory providerConverterFactory)
public Collection<Provider> getProviders(ProviderType providerType)
getProviders in interface ProviderServicepublic Collection<ProviderKey> getProvidersKey(ProviderType providerType)
getProvidersKey in interface ProviderServicepublic void createProvider(ProviderType providerType, ProviderConfiguration configuration)
createProvider in interface ProviderServicepublic void deleteProvider(ProviderKey providerKey)
deleteProvider in interface ProviderServicepublic Provider getProvider(ProviderKey providerKey)
getProvider in interface ProviderServiceCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.