Interface TapeRobotSafeCommandService
-
- All Known Subinterfaces:
TapeLoadUnloadService
- All Known Implementing Classes:
MtxTapeLibraryService
public interface TapeRobotSafeCommandService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessExecutor
getExecutor()
TapeLibrarySpec
status()
-
-
-
Method Detail
-
status
TapeLibrarySpec status()
-
getExecutor
ProcessExecutor getExecutor()
-
-