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 TypeMethodDescriptionvoid
loadTape
(int slotNumber, int driveIndex) status()
void
unloadTape
(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:
status
in interfaceTapeLoadUnloadService
- Throws:
TapeCommandException
-
loadTape
- Specified by:
loadTape
in interfaceTapeLoadUnloadService
- Throws:
TapeCommandException
-
unloadTape
- Specified by:
unloadTape
in interfaceTapeLoadUnloadService
- Throws:
TapeCommandException
-