|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentStoreManager
Provides facilities for connecting to a set of content stores
Method Summary | |
---|---|
ContentStore |
getContentStore(java.lang.String storeID)
getContentStore |
java.util.Map<java.lang.String,ContentStore> |
getContentStores()
getContentStores |
ContentStore |
getPrimaryContentStore()
getPrimaryContentStore |
ContentStore |
getPrimaryContentStoreAsAnonymous()
Provides access to the primary content store without requiring login(). |
void |
reinitialize(java.lang.String host,
java.lang.String port,
java.lang.String context)
reconfigure |
Methods inherited from interface org.duracloud.common.model.Securable |
---|
login, logout |
Method Detail |
---|
java.util.Map<java.lang.String,ContentStore> getContentStores() throws ContentStoreException
getContentStores
ContentStoreException
- if the content store list cannot be retrievedContentStore getContentStore(java.lang.String storeID) throws ContentStoreException
getContentStore
storeID
- the ID of a particular content store
ContentStoreException
- if the content store cannot be retrievedContentStore getPrimaryContentStore() throws ContentStoreException
getPrimaryContentStore
if
- the content store cannot be retrieved
ContentStoreException
ContentStore getPrimaryContentStoreAsAnonymous() throws ContentStoreException
getPrimaryContentStoreAsAnonymous
if
- the content store cannot be retrieved
ContentStoreException
void reinitialize(java.lang.String host, java.lang.String port, java.lang.String context) throws ContentStoreException
reconfigure
host
- of durastoreport
- of durastorecontext
- of durastore
ContentStoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |