Package org.duracloud.storage.provider
Interface TaskProviderFactory
public interface TaskProviderFactory
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the primary task provider for a given customer.getTaskProvider(String storageAccountId) Retrieves a particular task provider based on the storage account ID.
-
Method Details
-
getTaskProvider
TaskProvider getTaskProvider()Retrieves the primary task provider for a given customer.- Returns:
- Throws:
StorageException
-
getTaskProvider
Retrieves a particular task provider based on the storage account ID.- Parameters:
storageAccountId- - the ID of the provider account- Returns:
- Throws:
TaskException
-