Class MtxTapeLibraryService
java.lang.Object
fr.gouv.vitam.storage.offers.tape.impl.robot.MtxTapeLibraryService
- All Implemented Interfaces:
TapeLoadUnloadService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMtxTapeLibraryService(TapeRobotConf tapeRobotConf, ProcessExecutor processExecutor) -
Method Summary
Modifier and TypeMethodDescriptionvoidloadTape(int slotNumber, int driveIndex) status()voidunloadTape(int slotNumber, int driveIndex)
-
Field Details
-
F
- See Also:
-
UNLOAD
- See Also:
-
LOAD
- See Also:
-
STATUS
- See Also:
-
-
Constructor Details
-
MtxTapeLibraryService
-
-
Method Details
-
status
- Specified by:
statusin interfaceTapeLoadUnloadService- Throws:
TapeCommandException
-
loadTape
- Specified by:
loadTapein interfaceTapeLoadUnloadService- Throws:
TapeCommandException
-
unloadTape
- Specified by:
unloadTapein interfaceTapeLoadUnloadService- Throws:
TapeCommandException
-