public interface ProviderService
Modifier and Type | Method and Description |
---|---|
void |
createProvider(ProviderType providerType,
ProviderConfiguration configuration)
Creates a provider by associating it to a provider type.
|
void |
deleteProvider(ProviderKey providerKey)
Deletes a provider.
|
Provider |
getProvider(ProviderKey providerKey)
Gets a provider.
|
Collection<Provider> |
getProviders(ProviderType providerType)
Gets the provides related to a given provider type.
|
Collection<ProviderKey> |
getProvidersKey(ProviderType providerType)
Gets the keys of the providers related to a given provider type.
|
Collection<Provider> getProviders(ProviderType providerType)
providerType
- a provider type.Collection<ProviderKey> getProvidersKey(ProviderType providerType)
providerType
- a provider type.void createProvider(ProviderType providerType, ProviderConfiguration configuration)
providerType
- the provider for creating the provider.configuration
- a provider configuration with all the required parameters for creating the provider.void deleteProvider(ProviderKey providerKey)
providerKey
- the key of the provider to delete.Provider getProvider(ProviderKey providerKey)
providerKey
- the key of the provider to return.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.