import "i_mif.idl";


Definition at line 39 of file i_mif.idl.
Public Member Functions | |
| void | EnableDebug (in char a_level, in string a_output, in string a_flags, in unsigned long a_ivdfsFlags) |
| void | DisableDebug () |
| void | UpdateSystemCfg (in string userAtDomain, in i_DataBlock_t systemCfg, out i_Index_t newRevNo) raises (i_IvdException) |
| i_DataBlock_t | ShowSystemCfg (in i_Index_t revNo) raises (i_IvdException) |
| i_Count_t | ShowSystemCfgRevs () raises (i_IvdException) |
| void | SystemStatus (in i_UIMessageServer a_uims) raises (i_IvdException) |
| string | AddLibrary (in string a_userAtDomain, in i_DataBlock_t a_cfgFile, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | RemoveLibrary (in string a_name) raises (i_IvdException) |
| string | UpdateLibrary (in string a_userAtDomain, in string a_name, in i_DataBlock_t a_cfgFile, out i_Index_t a_newRevNo) raises (i_IvdException) |
| i_DataBlock_t | ShowLibrary (in string a_name, in i_Index_t a_revNo) raises (i_IvdException) |
| i_Count_t | ShowLibraryRevs (in string a_name) raises (i_IvdException) |
| void | UpdateLibraryInventory (in string a_name, in boolean a_physicalInv) raises (i_IvdException) |
| void | ListLibraries (in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| void | ShowLibraryInventory (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | EnableLibrary (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | DisableLibrary (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_Library_t | GetLibrary (in string a_name) raises (i_IvdException) |
| i_Slot_t | GetSlot (in string a_libraryName, in string a_slotAddr, in long a_type) raises (i_IvdException) |
| void | ListSlots (in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| string | AddDrive (in string a_userAtDomain, in i_DataBlock_t a_cfgFile) raises (i_IvdException) |
| void | RemoveDrive (in string a_name) raises (i_IvdException) |
| string | UpdateDrive (in string a_userAtDomain, in string a_ame, in i_DataBlock_t a_cfgFile, out i_Index_t a_newRevNo) raises (i_IvdException) |
| i_DataBlock_t | ShowDrive (in string a_name, in i_Index_t a_revNo) raises (i_IvdException) |
| i_Count_t | ShowDriveRevs (in string a_name) raises (i_IvdException) |
| void | ListDrives (in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| void | EnableDrive (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | DisableDrive (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | ListDriveHosts (in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| i_Drive_t | GetDrive (in string a_name) raises (i_IvdException) |
| i_DriveHost_t | GetDriveHost (in string a_driveName, in string driveHost) raises (i_IvdException) |
| string | AddPool (in string a_userAtDomain, in i_DataBlock_t a_cfgFile) raises (i_IvdException) |
| void | RemovePool (in string a_name) raises (i_IvdException) |
| string | UpdatePool (in string a_userAtDomain, in string a_name, in i_DataBlock_t a_cfgFile, out i_Index_t a_newRevNo) raises (i_IvdException) |
| i_DataBlock_t | ShowPool (in string a_name, in i_Index_t a_revNo) raises (i_IvdException) |
| i_Count_t | ShowPoolRevs (in string a_name) raises (i_IvdException) |
| void | ListPools (in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| i_MediaPool_t | GetPool (in string a_name) raises (i_IvdException) |
| i_MediaPoolSeq_t | GetAllPools () raises (i_IvdException) |
| void | AddMediumToPool (in string a_barcode, in string a_poolName, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | PoolReorgStat (in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | RemoveMedium (in string a_barcode, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | AddMedium (in string a_barcode) raises (i_IvdException) |
| i_JobID_t | FormatAndInitMedium (in i_UIMessageServer a_uimsS, in boolean a_doFormat, in boolean a_doInit, in boolean a_forced, in string a_barcode, in i_VolNumList_t a_volumes) raises (i_IvdException) |
| i_JobID_t | RecreateFriAndMic (in i_UIMessageServer a_uims, in boolean a_fri, in boolean a_mic, in boolean a_forced, in string a_barcode, in i_VolNumList_t a_volumes, in boolean a_into, in string a_intoPath) raises (i_IvdException) |
| i_JobID_t | CloseVolume (in i_UIMessageServer a_uims, in string a_barcode, in i_VolNumList_t a_volumes) raises (i_IvdException) |
| void | ListMedia (in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| void | ListSingleMedium (in string a_barcode, in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| void | ListMediumVolumes (in string a_barcode, in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| void | MarkMediumUnusable (in string a_barcode) raises (i_IvdException) |
| void | MarkMediumUnreliable (in string a_barcode) raises (i_IvdException) |
| void | MarkMediumGood (in string a_barcode) raises (i_IvdException) |
| void | DuplicateMedium (in i_UIMessageServer a_uims, in string a_sourceBarcode, in string a_targetBarCode, in boolean a_forced) raises (i_IvdException) |
| i_Medium_t | GetMedium (in string a_barcode) raises (i_IvdException) |
| i_Medium_t | GetMediumByKey (in i_DBKey_t a_mediumKey) raises (i_IvdException) |
| i_MediumSeq_t | GetAllMedia () raises (i_IvdException) |
| i_MediumVol_t | GetMediumVolume (in string a_barcode, in long a_volNum) raises (i_IvdException) |
| i_MediumVol_t | GetMediumVolumeByUUID (in string a_uuid) raises (i_IvdException) |
| i_Job | Backup (in string a_barcode) raises (i_IvdException) |
| void | JobInfo (in string a_partName, in i_BitFlag_t a_jobTypeMask, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | JobInfoDetail (in i_JobID_t a_jobId, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | SetPriority (in i_JobID_t a_jobId, in i_JobPriorityMod_e a_chgType, in long a_value, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | AbortJob (in i_JobIDList_t a_jobIds, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | CheckFSCvsIVDFS (in string a_partName, in i_Count_t a_numFilesPerBatch, in short a_sysLoadPct, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | CheckFSCvsMedia (in string a_partName, in i_StringList_t a_volumes, in boolean a_autoCorrect, in boolean a_removeMissingOnMedia, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | LimitedCheckFSCvsMedia (in i_StringList_t a_media, in i_VolNumList_t a_volumes, in boolean a_autoCorrect, in boolean a_removeMissingOnMedia, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | FSCRecover (in string a_partName, in i_StringList_t a_volumes, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | IVDFSRecover (in string a_partName, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | ReorgScan (in string a_partName, in i_Time_t a_date, in long a_numOfGenerations, in i_UIMessageServer a_uims) raises (i_IvdException) |
| Invokes a scan job on the partition manager. | |
| i_JobID_t | Reorg (in string a_barcode, in i_VolNumList_t a_volumes, in i_UIMessageServer a_uims) raises (i_IvdException) |
| Invokes a maintenance job for reorganization on the partition mgr. | |
| i_JobID_t | CopyContents (in string a_barcode, in i_UIMessageServer a_uims) raises (i_IvdException) |
| Only used by GUI, change GUI to use PER VOLUME. | |
| i_JobID_t | CopyContentsPerVolume (in string a_barcode, in i_VolNumList_t a_volumes, in boolean a_best_effort, in i_UIMessageServer a_uims) raises (i_IvdException) |
| Invokes a maintenance job for redundant copy on the partition mgr. | |
| void | FileHistory (in string a_clientHost, in string a_fsID, in boolean a_byFileName, in i_FileList_t a_files, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | RecallFile (in string a_clientHost, in string a_fsID, in boolean a_byFileName, in i_FileList_t a_files, in i_MigID_t a_migID, in string a_into, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_Count_t | ReleaseFile (in string a_clientHost, in string a_fsID, in i_StringList_t a_files, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_Count_t | MigrateFile (in string a_clientHost, in string a_fsID, in i_StringList_t a_files, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_ActivateResult_t | ActivateFile (in string a_clientHost, in string a_fsID, in i_StringList_t a_files, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_Count_t | TrigMigration (in string a_partName, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobList_t | GetAllAdminJobs () raises (i_IvdException) |
| void | TrigDeletion (in string a_partName, in i_UIMessageServer a_uims, inout boolean a_noMonitor) raises (i_IvdException) |
| void | Mount (in string host, in i_UUID_t a_fileUUID, in string a_mountPoint) raises (i_IvdException) |
| void | Umount (in string host, in i_UUID_t a_fileUUID, in string a_mountPoint) raises (i_IvdException) |
| i_PartInfoList_t | ReportAllPartitions () raises (i_IvdException) |
| string | AddPartition (in string a_userAtDomain, in i_DataBlock_t a_driveCfg) raises (i_IvdException) |
| void | RemovePartition (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | UpdatePartition (in string a_userAtDomain, in string a_name, in i_DataBlock_t a_cfgFile, out i_Index_t a_newRevNo) raises (i_IvdException) |
| i_DataBlock_t | ShowPartition (in string a_name, in i_Index_t a_revNo) raises (i_IvdException) |
| i_Count_t | ShowPartitionRevs (in string a_name) raises (i_IvdException) |
| void | ListPartitions (in i_UIMessageServer a_uims, in long a_filter) raises (i_IvdException) |
| void | EnablePartition (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | DisablePartition (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | PartitionStatus (in string a_name, in i_UIMessageServer a_uims) raises (i_IvdException) |
| void | PartitionReorgStat (in string a_name, in unsigned long a_threshold, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_StringList_t | GetFSList (in string a_client) raises (i_IvdException) |
| i_Partition_t | GetPartition (in string a_name) raises (i_IvdException) |
| i_Partition_t | GetPartitionByUUID (in string a_uuid) raises (i_IvdException) |
| i_MediaInfoSeq_t | GetMediaInfo (in string a_partName) raises (i_IvdException) |
| i_MinorColSeq_t | EnumMinorCollocationId (in i_ColID_t a_majColId) raises (i_IvdException) |
| i_MajorColSeq_t | EnumMajorCollocationId () raises (i_IvdException) |
| void i_ManagementInterface::EnableDebug | ( | in char | a_level, | |
| in string | a_output, | |||
| in string | a_flags, | |||
| in unsigned long | a_ivdfsFlags | |||
| ) |
| void i_ManagementInterface::DisableDebug | ( | ) |
| void i_ManagementInterface::UpdateSystemCfg | ( | in string | userAtDomain, | |
| in i_DataBlock_t | systemCfg, | |||
| out i_Index_t | newRevNo | |||
| ) | raises (i_IvdException) |
| i_DataBlock_t i_ManagementInterface::ShowSystemCfg | ( | in i_Index_t | revNo | ) | raises (i_IvdException) |
| i_Count_t i_ManagementInterface::ShowSystemCfgRevs | ( | ) | raises (i_IvdException) |
| void i_ManagementInterface::SystemStatus | ( | in i_UIMessageServer | a_uims | ) | raises (i_IvdException) |
| string i_ManagementInterface::AddLibrary | ( | in string | a_userAtDomain, | |
| in i_DataBlock_t | a_cfgFile, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::RemoveLibrary | ( | in string | a_name | ) | raises (i_IvdException) |
| string i_ManagementInterface::UpdateLibrary | ( | in string | a_userAtDomain, | |
| in string | a_name, | |||
| in i_DataBlock_t | a_cfgFile, | |||
| out i_Index_t | a_newRevNo | |||
| ) | raises (i_IvdException) |
| i_DataBlock_t i_ManagementInterface::ShowLibrary | ( | in string | a_name, | |
| in i_Index_t | a_revNo | |||
| ) | raises (i_IvdException) |
| i_Count_t i_ManagementInterface::ShowLibraryRevs | ( | in string | a_name | ) | raises (i_IvdException) |
| void i_ManagementInterface::UpdateLibraryInventory | ( | in string | a_name, | |
| in boolean | a_physicalInv | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::ListLibraries | ( | in i_UIMessageServer | a_uims, | |
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::ShowLibraryInventory | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::EnableLibrary | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::DisableLibrary | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_Library_t i_ManagementInterface::GetLibrary | ( | in string | a_name | ) | raises (i_IvdException) |
| i_Slot_t i_ManagementInterface::GetSlot | ( | in string | a_libraryName, | |
| in string | a_slotAddr, | |||
| in long | a_type | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::ListSlots | ( | in i_UIMessageServer | a_uims, | |
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| string i_ManagementInterface::AddDrive | ( | in string | a_userAtDomain, | |
| in i_DataBlock_t | a_cfgFile | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::RemoveDrive | ( | in string | a_name | ) | raises (i_IvdException) |
| string i_ManagementInterface::UpdateDrive | ( | in string | a_userAtDomain, | |
| in string | a_ame, | |||
| in i_DataBlock_t | a_cfgFile, | |||
| out i_Index_t | a_newRevNo | |||
| ) | raises (i_IvdException) |
| i_DataBlock_t i_ManagementInterface::ShowDrive | ( | in string | a_name, | |
| in i_Index_t | a_revNo | |||
| ) | raises (i_IvdException) |
| i_Count_t i_ManagementInterface::ShowDriveRevs | ( | in string | a_name | ) | raises (i_IvdException) |
| void i_ManagementInterface::ListDrives | ( | in i_UIMessageServer | a_uims, | |
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::EnableDrive | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::DisableDrive | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::ListDriveHosts | ( | in i_UIMessageServer | a_uims, | |
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| i_Drive_t i_ManagementInterface::GetDrive | ( | in string | a_name | ) | raises (i_IvdException) |
| i_DriveHost_t i_ManagementInterface::GetDriveHost | ( | in string | a_driveName, | |
| in string | driveHost | |||
| ) | raises (i_IvdException) |
| string i_ManagementInterface::AddPool | ( | in string | a_userAtDomain, | |
| in i_DataBlock_t | a_cfgFile | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::RemovePool | ( | in string | a_name | ) | raises (i_IvdException) |
| string i_ManagementInterface::UpdatePool | ( | in string | a_userAtDomain, | |
| in string | a_name, | |||
| in i_DataBlock_t | a_cfgFile, | |||
| out i_Index_t | a_newRevNo | |||
| ) | raises (i_IvdException) |
| i_DataBlock_t i_ManagementInterface::ShowPool | ( | in string | a_name, | |
| in i_Index_t | a_revNo | |||
| ) | raises (i_IvdException) |
| i_Count_t i_ManagementInterface::ShowPoolRevs | ( | in string | a_name | ) | raises (i_IvdException) |
| void i_ManagementInterface::ListPools | ( | in i_UIMessageServer | a_uims, | |
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| i_MediaPool_t i_ManagementInterface::GetPool | ( | in string | a_name | ) | raises (i_IvdException) |
| i_MediaPoolSeq_t i_ManagementInterface::GetAllPools | ( | ) | raises (i_IvdException) |
| void i_ManagementInterface::AddMediumToPool | ( | in string | a_barcode, | |
| in string | a_poolName, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::PoolReorgStat | ( | in i_UIMessageServer | a_uims | ) | raises (i_IvdException) |
| void i_ManagementInterface::RemoveMedium | ( | in string | a_barcode, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::AddMedium | ( | in string | a_barcode | ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::FormatAndInitMedium | ( | in i_UIMessageServer | a_uimsS, | |
| in boolean | a_doFormat, | |||
| in boolean | a_doInit, | |||
| in boolean | a_forced, | |||
| in string | a_barcode, | |||
| in i_VolNumList_t | a_volumes | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::RecreateFriAndMic | ( | in i_UIMessageServer | a_uims, | |
| in boolean | a_fri, | |||
| in boolean | a_mic, | |||
| in boolean | a_forced, | |||
| in string | a_barcode, | |||
| in i_VolNumList_t | a_volumes, | |||
| in boolean | a_into, | |||
| in string | a_intoPath | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::CloseVolume | ( | in i_UIMessageServer | a_uims, | |
| in string | a_barcode, | |||
| in i_VolNumList_t | a_volumes | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::ListMedia | ( | in i_UIMessageServer | a_uims, | |
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::ListSingleMedium | ( | in string | a_barcode, | |
| in i_UIMessageServer | a_uims, | |||
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::ListMediumVolumes | ( | in string | a_barcode, | |
| in i_UIMessageServer | a_uims, | |||
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::MarkMediumUnusable | ( | in string | a_barcode | ) | raises (i_IvdException) |
| void i_ManagementInterface::MarkMediumUnreliable | ( | in string | a_barcode | ) | raises (i_IvdException) |
| void i_ManagementInterface::MarkMediumGood | ( | in string | a_barcode | ) | raises (i_IvdException) |
| void i_ManagementInterface::DuplicateMedium | ( | in i_UIMessageServer | a_uims, | |
| in string | a_sourceBarcode, | |||
| in string | a_targetBarCode, | |||
| in boolean | a_forced | |||
| ) | raises (i_IvdException) |
| i_Medium_t i_ManagementInterface::GetMedium | ( | in string | a_barcode | ) | raises (i_IvdException) |
| i_Medium_t i_ManagementInterface::GetMediumByKey | ( | in i_DBKey_t | a_mediumKey | ) | raises (i_IvdException) |
| i_MediumSeq_t i_ManagementInterface::GetAllMedia | ( | ) | raises (i_IvdException) |
| i_MediumVol_t i_ManagementInterface::GetMediumVolume | ( | in string | a_barcode, | |
| in long | a_volNum | |||
| ) | raises (i_IvdException) |
| i_MediumVol_t i_ManagementInterface::GetMediumVolumeByUUID | ( | in string | a_uuid | ) | raises (i_IvdException) |
| i_Job i_ManagementInterface::Backup | ( | in string | a_barcode | ) | raises (i_IvdException) |
| void i_ManagementInterface::JobInfo | ( | in string | a_partName, | |
| in i_BitFlag_t | a_jobTypeMask, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::JobInfoDetail | ( | in i_JobID_t | a_jobId, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::SetPriority | ( | in i_JobID_t | a_jobId, | |
| in i_JobPriorityMod_e | a_chgType, | |||
| in long | a_value, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::AbortJob | ( | in i_JobIDList_t | a_jobIds, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::CheckFSCvsIVDFS | ( | in string | a_partName, | |
| in i_Count_t | a_numFilesPerBatch, | |||
| in short | a_sysLoadPct, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::CheckFSCvsMedia | ( | in string | a_partName, | |
| in i_StringList_t | a_volumes, | |||
| in boolean | a_autoCorrect, | |||
| in boolean | a_removeMissingOnMedia, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::LimitedCheckFSCvsMedia | ( | in i_StringList_t | a_media, | |
| in i_VolNumList_t | a_volumes, | |||
| in boolean | a_autoCorrect, | |||
| in boolean | a_removeMissingOnMedia, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::FSCRecover | ( | in string | a_partName, | |
| in i_StringList_t | a_volumes, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::IVDFSRecover | ( | in string | a_partName, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_ManagementInterface::ReorgScan | ( | in string | a_partName, | |
| in i_Time_t | a_date, | |||
| in long | a_numOfGenerations, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
Invokes a scan job on the partition manager.
| i_JobID_t i_ManagementInterface::Reorg | ( | in string | a_barcode, | |
| in i_VolNumList_t | a_volumes, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
Invokes a maintenance job for reorganization on the partition mgr.
| i_JobID_t i_ManagementInterface::CopyContents | ( | in string | a_barcode, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
Only used by GUI, change GUI to use PER VOLUME.
| i_JobID_t i_ManagementInterface::CopyContentsPerVolume | ( | in string | a_barcode, | |
| in i_VolNumList_t | a_volumes, | |||
| in boolean | a_best_effort, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
Invokes a maintenance job for redundant copy on the partition mgr.
| void i_ManagementInterface::FileHistory | ( | in string | a_clientHost, | |
| in string | a_fsID, | |||
| in boolean | a_byFileName, | |||
| in i_FileList_t | a_files, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::RecallFile | ( | in string | a_clientHost, | |
| in string | a_fsID, | |||
| in boolean | a_byFileName, | |||
| in i_FileList_t | a_files, | |||
| in i_MigID_t | a_migID, | |||
| in string | a_into, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_Count_t i_ManagementInterface::ReleaseFile | ( | in string | a_clientHost, | |
| in string | a_fsID, | |||
| in i_StringList_t | a_files, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_Count_t i_ManagementInterface::MigrateFile | ( | in string | a_clientHost, | |
| in string | a_fsID, | |||
| in i_StringList_t | a_files, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_ActivateResult_t i_ManagementInterface::ActivateFile | ( | in string | a_clientHost, | |
| in string | a_fsID, | |||
| in i_StringList_t | a_files, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_Count_t i_ManagementInterface::TrigMigration | ( | in string | a_partName, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobList_t i_ManagementInterface::GetAllAdminJobs | ( | ) | raises (i_IvdException) |
| void i_ManagementInterface::TrigDeletion | ( | in string | a_partName, | |
| in i_UIMessageServer | a_uims, | |||
| inout boolean | a_noMonitor | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::Mount | ( | in string | host, | |
| in i_UUID_t | a_fileUUID, | |||
| in string | a_mountPoint | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::Umount | ( | in string | host, | |
| in i_UUID_t | a_fileUUID, | |||
| in string | a_mountPoint | |||
| ) | raises (i_IvdException) |
| i_PartInfoList_t i_ManagementInterface::ReportAllPartitions | ( | ) | raises (i_IvdException) |
| string i_ManagementInterface::AddPartition | ( | in string | a_userAtDomain, | |
| in i_DataBlock_t | a_driveCfg | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::RemovePartition | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::UpdatePartition | ( | in string | a_userAtDomain, | |
| in string | a_name, | |||
| in i_DataBlock_t | a_cfgFile, | |||
| out i_Index_t | a_newRevNo | |||
| ) | raises (i_IvdException) |
| i_DataBlock_t i_ManagementInterface::ShowPartition | ( | in string | a_name, | |
| in i_Index_t | a_revNo | |||
| ) | raises (i_IvdException) |
| i_Count_t i_ManagementInterface::ShowPartitionRevs | ( | in string | a_name | ) | raises (i_IvdException) |
| void i_ManagementInterface::ListPartitions | ( | in i_UIMessageServer | a_uims, | |
| in long | a_filter | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::EnablePartition | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::DisablePartition | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::PartitionStatus | ( | in string | a_name, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| void i_ManagementInterface::PartitionReorgStat | ( | in string | a_name, | |
| in unsigned long | a_threshold, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_StringList_t i_ManagementInterface::GetFSList | ( | in string | a_client | ) | raises (i_IvdException) |
| i_Partition_t i_ManagementInterface::GetPartition | ( | in string | a_name | ) | raises (i_IvdException) |
| i_Partition_t i_ManagementInterface::GetPartitionByUUID | ( | in string | a_uuid | ) | raises (i_IvdException) |
| i_MediaInfoSeq_t i_ManagementInterface::GetMediaInfo | ( | in string | a_partName | ) | raises (i_IvdException) |
| i_MinorColSeq_t i_ManagementInterface::EnumMinorCollocationId | ( | in i_ColID_t | a_majColId | ) | raises (i_IvdException) |
| i_MajorColSeq_t i_ManagementInterface::EnumMajorCollocationId | ( | ) | raises (i_IvdException) |
1.5.6