Interface TapeLoadUnloadService
-
- All Known Implementing Classes:
MtxTapeLibraryService
public interface TapeLoadUnloadService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadTape(int slotNumber, int driveIndex)TapeLibrarySpecstatus()voidunloadTape(int slotNumber, int driveIndex)
-
-
-
Method Detail
-
status
TapeLibrarySpec status() throws TapeCommandException
- Throws:
TapeCommandException
-
loadTape
void loadTape(int slotNumber, int driveIndex) throws TapeCommandException- Throws:
TapeCommandException
-
unloadTape
void unloadTape(int slotNumber, int driveIndex) throws TapeCommandException- Throws:
TapeCommandException
-
-