import "i_fsevmgr.idl";


Definition at line 32 of file i_fsevmgr.idl.
Public Member Functions | |
| void | SendReply (in i_Status_t a_status, in i_UUID_t a_fileUUID, in i_HSM a_ihsm) raises (i_IvdException) |
| void | SetFSList (in i_StringList_t a_list) raises (i_IvdException) |
| void | Mount (in i_UUID_t a_fileUUID, in string a_mountPoint) raises (i_IvdException) |
| void | Umount (in i_UUID_t a_fileUUID, in string a_mountPoint) raises (i_IvdException) |
| void | LimitAccess (in i_UUID_t a_fileUUID) raises (i_IvdException) |
| i_FSInfoList_t | GetFSInfoList () raises (i_IvdException) |
| void i_FsEvMgr::SendReply | ( | in i_Status_t | a_status, | |
| in i_UUID_t | a_fileUUID, | |||
| in i_HSM | a_ihsm | |||
| ) | raises (i_IvdException) |
| void i_FsEvMgr::SetFSList | ( | in i_StringList_t | a_list | ) | raises (i_IvdException) |
| void i_FsEvMgr::Mount | ( | in i_UUID_t | a_fileUUID, | |
| in string | a_mountPoint | |||
| ) | raises (i_IvdException) |
| void i_FsEvMgr::Umount | ( | in i_UUID_t | a_fileUUID, | |
| in string | a_mountPoint | |||
| ) | raises (i_IvdException) |
| void i_FsEvMgr::LimitAccess | ( | in i_UUID_t | a_fileUUID | ) | raises (i_IvdException) |
| i_FSInfoList_t i_FsEvMgr::GetFSInfoList | ( | ) | raises (i_IvdException) |
1.5.6