public class ThreadSafeDataBoxManager extends Object implements cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServices
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
auth |
protected cz.abclinuxu.datoveschranky.common.Config |
config |
| Constructor and Description |
|---|
ThreadSafeDataBoxManager(cz.abclinuxu.datoveschranky.common.Config conf,
Authentication auth) |
| Modifier and Type | Method and Description |
|---|---|
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxAccessService |
getDataBoxAccessService() |
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxDownloadService |
getDataBoxDownloadService() |
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxMessagesService |
getDataBoxMessagesService() |
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchService |
getDataBoxSearchService() |
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxUploadService |
getDataBoxUploadService() |
protected Authentication auth
protected cz.abclinuxu.datoveschranky.common.Config config
public ThreadSafeDataBoxManager(cz.abclinuxu.datoveschranky.common.Config conf,
Authentication auth)
public cz.abclinuxu.datoveschranky.common.interfaces.DataBoxDownloadService getDataBoxDownloadService()
getDataBoxDownloadService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicespublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxMessagesService getDataBoxMessagesService()
getDataBoxMessagesService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicespublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxUploadService getDataBoxUploadService()
getDataBoxUploadService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicespublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchService getDataBoxSearchService()
getDataBoxSearchService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicespublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxAccessService getDataBoxAccessService()
getDataBoxAccessService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicesCopyright © 2017. All rights reserved.