public interface ProviderTypeService
Modifier and Type | Method and Description |
---|---|
void |
disableProviderType(ProviderType providerType)
Disables a provider type.
|
void |
enableProviderTypes(Collection<ProviderType> providerTypes)
Enables a collection of provider types.
|
Collection<ProviderType> |
getAvailableProviderTypes()
Gets the list of available provider types in the system.
|
Collection<ProviderType> |
getEnabledProviderTypes()
Gets the list of provider types currently enabled in the system.
|
ProviderType |
getProviderType(ProviderTypeKey providerTypeKey)
Gets a provider type given a provider type key.
|
Map<ProviderType,ProviderTypeStatus> |
getProviderTypesStatus()
Gets the status of the available provider types.
|
Collection<ProviderType> getAvailableProviderTypes()
ProviderType getProviderType(ProviderTypeKey providerTypeKey)
providerTypeKey
- a provider type key.Collection<ProviderType> getEnabledProviderTypes()
void enableProviderTypes(Collection<ProviderType> providerTypes)
providerTypes
- a collection of provider types to enable.void disableProviderType(ProviderType providerType)
providerType
- a provider type to disable.Map<ProviderType,ProviderTypeStatus> getProviderTypesStatus()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.