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