voidfilesWrittenToTape(conststd::set<TapeItemWrittenPointer>&event)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<common::dataStructures::ActivitiesFairShareWeights>getActivitiesFairShareWeights()const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
disk::DiskSystemListgetAllDiskSystems()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateDiskSystem(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&fileRegexp,conststd::string&freeSpaceQueryURL,constuint64_trefreshInterval,constuint64_ttargetedFreeSpace,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateDiskSystem(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&fileRegexp,conststd::string&freeSpaceQueryURL,constuint64_trefreshInterval,constuint64_ttargetedFreeSpace,constuint64_tsleepTime,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteDiskSystem(conststd::string&name)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyDiskSystemFileRegexp(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&fileRegexp)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyDiskSystemFreeSpaceQueryURL(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&freeSpaceQueryURL)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyDiskSystemRefreshInterval(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constuint64_trefreshInterval)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyDiskSystemTargetedFreeSpace(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constuint64_ttargetedFreeSpace)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyDiskSystemSleepTime(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constuint64_tsleepTime)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyDiskSystemComment(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<common::dataStructures::AdminUser>getAdminUsers()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
common::dataStructures::ArchiveFilegetArchiveFileById(constuint64_tid)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}