Interface TapeRobotService
-
- All Superinterfaces:
TapeService
- All Known Implementing Classes:
TapeRobotManager
public interface TapeRobotService extends TapeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TapeLoadUnloadService
getLoadUnloadService()
TapeRobotConf
getTapeRobotConf()
-
-
-
Method Detail
-
getTapeRobotConf
TapeRobotConf getTapeRobotConf()
-
getLoadUnloadService
TapeLoadUnloadService getLoadUnloadService()
-
-