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 TypeMethodDescriptionvoidDdTapeLibraryService.readFromTape(String outputPath) voidDdTapeLibraryService.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 TypeMethodDescriptionvoidMtxTapeLibraryService.loadTape(int slotNumber, int driveIndex) MtxTapeLibraryService.status()voidMtxTapeLibraryService.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 TypeMethodDescriptionvoidTapeDriveCommandService.eject()Rewind and eject the tapevoidTapeDriveCommandService.goToEnd()EOD end of datavoidTapeLoadUnloadService.loadTape(int slotNumber, int driveIndex) voidTapeDriveCommandService.move(int position, boolean isBackward) fsf / bsfmvoidTapeReadWriteService.readFromTape(String outputPath) voidTapeDriveCommandService.rewind()Go to startTapeDriveCommandService.status()TapeLoadUnloadService.status()voidTapeLoadUnloadService.unloadTape(int slotNumber, int driveIndex) voidTapeReadWriteService.writeToTape(String inputPath)