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)
Initializes DuraStore with account information
necessary to connect to Storage Providers.
|
void |
initialize(InputStream initXml,
String instanceHost,
String instancePort)
Deprecated.
|
boolean |
isInitialized() |
public ProviderFactoryBase(org.duracloud.storage.domain.StorageAccountManager storageAccountManager)
@Deprecated public void initialize(InputStream initXml, String instanceHost, String instancePort) throws org.duracloud.storage.error.StorageException
initXml - A stream containing account information in XML formatorg.duracloud.storage.error.StorageExceptionpublic void initialize(org.duracloud.storage.domain.DuraStoreInitConfig initConfig,
String instanceHost,
String instancePort)
throws org.duracloud.storage.error.StorageException
initXml - A stream containing account information in XML formatorg.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–2015 DuraSpace. All rights reserved.