public abstract class ProviderFactoryBase extends Object
| Constructor and Description |
|---|
ProviderFactoryBase(org.duracloud.storage.domain.StorageAccountManager storageAccountManager) |
| Modifier and Type | Method and Description |
|---|---|
protected org.duracloud.storage.domain.StorageAccountManager |
getAccountManager() |
protected org.duracloud.storage.domain.DuraStoreInitConfig |
getInitConfig() |
void |
initialize(org.duracloud.storage.domain.DuraStoreInitConfig initConfig,
String instanceHost,
String instancePort,
String accountId)
Initializes DuraStore with account information
necessary to connect to Storage Providers.
|
boolean |
isInitialized() |
public ProviderFactoryBase(org.duracloud.storage.domain.StorageAccountManager storageAccountManager)
public void initialize(org.duracloud.storage.domain.DuraStoreInitConfig initConfig,
String instanceHost,
String instancePort,
String accountId)
throws org.duracloud.storage.error.StorageException
org.duracloud.storage.error.StorageExceptionprotected org.duracloud.storage.domain.StorageAccountManager getAccountManager()
throws org.duracloud.storage.error.StorageException
org.duracloud.storage.error.StorageException - if not initializedprotected org.duracloud.storage.domain.DuraStoreInitConfig getInitConfig()
throws org.duracloud.storage.error.StorageException
org.duracloud.storage.error.StorageException - if not initializedpublic boolean isInitialized()
Copyright © 2009–2018 DuraSpace. All rights reserved.