Class MtTapeLibraryService
java.lang.Object
fr.gouv.vitam.storage.offers.tape.impl.drive.MtTapeLibraryService
- All Implemented Interfaces:
TapeDriveCommandService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMtTapeLibraryService(TapeDriveConf tapeDriveConf) MtTapeLibraryService(TapeDriveConf tapeDriveConf, ProcessExecutor processExecutor) -
Method Summary
-
Field Details
-
F
- See Also:
-
STATUS
- See Also:
-
FSF
- See Also:
-
BSFM
- See Also:
-
REWIND
- See Also:
-
EOD
- See Also:
-
OFFLINE
- See Also:
-
-
Constructor Details
-
MtTapeLibraryService
-
MtTapeLibraryService
-
-
Method Details
-
status
- Specified by:
statusin interfaceTapeDriveCommandService- Returns:
- Throws:
TapeCommandException- on command failure
-
move
Description copied from interface:TapeDriveCommandServicefsf / bsfm- Specified by:
movein interfaceTapeDriveCommandService- Throws:
TapeCommandException- on command failure
-
rewind
Description copied from interface:TapeDriveCommandServiceGo to start- Specified by:
rewindin interfaceTapeDriveCommandService- Throws:
TapeCommandException
-
goToEnd
Description copied from interface:TapeDriveCommandServiceEOD end of data- Specified by:
goToEndin interfaceTapeDriveCommandService- Throws:
TapeCommandException- on command failure
-
eject
Description copied from interface:TapeDriveCommandServiceRewind and eject the tape- Specified by:
ejectin interfaceTapeDriveCommandService- Throws:
TapeCommandException- on command failure
-