Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.TapeCommandException
Packages that use TapeCommandException
Package
Description
-
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.drive
Methods in fr.gouv.vitam.storage.offers.tape.impl.drive that throw TapeCommandException -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.readwrite that throw TapeCommandExceptionModifier and TypeMethodDescriptionvoid
DdTapeLibraryService.readFromTape
(String outputPath) void
DdTapeLibraryService.writeToTape
(String inputPath) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.robot
Methods in fr.gouv.vitam.storage.offers.tape.impl.robot that throw TapeCommandExceptionModifier and TypeMethodDescriptionvoid
MtxTapeLibraryService.loadTape
(int slotNumber, int driveIndex) MtxTapeLibraryService.status()
void
MtxTapeLibraryService.unloadTape
(int slotNumber, int driveIndex) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that throw TapeCommandExceptionModifier and TypeMethodDescriptionvoid
TapeDriveCommandService.eject()
Rewind and eject the tapevoid
TapeDriveCommandService.goToEnd()
EOD end of datavoid
TapeLoadUnloadService.loadTape
(int slotNumber, int driveIndex) void
TapeDriveCommandService.move
(int position, boolean isBackward) fsf / bsfmvoid
TapeReadWriteService.readFromTape
(String outputPath) void
TapeDriveCommandService.rewind()
Go to startTapeDriveCommandService.status()
TapeLoadUnloadService.status()
void
TapeLoadUnloadService.unloadTape
(int slotNumber, int driveIndex) void
TapeReadWriteService.writeToTape
(String inputPath)