Class MtTapeLibraryService
java.lang.Object
fr.gouv.vitam.storage.offers.tape.impl.drive.MtTapeLibraryService
- All Implemented Interfaces:
TapeDriveCommandService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMtTapeLibraryService
(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:
status
in interfaceTapeDriveCommandService
- Returns:
- Throws:
TapeCommandException
- on command failure
-
move
Description copied from interface:TapeDriveCommandService
fsf / bsfm- Specified by:
move
in interfaceTapeDriveCommandService
- Throws:
TapeCommandException
- on command failure
-
rewind
Description copied from interface:TapeDriveCommandService
Go to start- Specified by:
rewind
in interfaceTapeDriveCommandService
- Throws:
TapeCommandException
-
goToEnd
Description copied from interface:TapeDriveCommandService
EOD end of data- Specified by:
goToEnd
in interfaceTapeDriveCommandService
- Throws:
TapeCommandException
- on command failure
-
eject
Description copied from interface:TapeDriveCommandService
Rewind and eject the tape- Specified by:
eject
in interfaceTapeDriveCommandService
- Throws:
TapeCommandException
- on command failure
-