Interface TapeLoadUnloadService
- All Known Implementing Classes:
MtxTapeLibraryService
public interface TapeLoadUnloadService
-
Method Summary
Modifier and TypeMethodDescriptionvoidloadTape(int slotNumber, int driveIndex) status()voidunloadTape(int slotNumber, int driveIndex)
-
Method Details
-
status
- Throws:
TapeCommandException
-
loadTape
- Throws:
TapeCommandException
-
unloadTape
- Throws:
TapeCommandException
-