Class TapeRobotManager
- java.lang.Object
-
- fr.gouv.vitam.storage.offers.tape.impl.TapeRobotManager
-
- All Implemented Interfaces:
TapeRobotService
public class TapeRobotManager extends java.lang.Object implements TapeRobotService
-
-
Constructor Summary
Constructors Constructor Description TapeRobotManager(TapeRobotConf tapeRobotConf)
TapeRobotManager(TapeRobotConf tapeRobotConf, TapeLoadUnloadService tapeLoadUnloadService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TapeLoadUnloadService
getLoadUnloadService()
-
-
-
Constructor Detail
-
TapeRobotManager
public TapeRobotManager(TapeRobotConf tapeRobotConf)
-
TapeRobotManager
public TapeRobotManager(TapeRobotConf tapeRobotConf, TapeLoadUnloadService tapeLoadUnloadService)
-
-
Method Detail
-
getLoadUnloadService
public TapeLoadUnloadService getLoadUnloadService()
- Specified by:
getLoadUnloadService
in interfaceTapeRobotService
-
-