Package cz.muni.fi.xkozubi1
Class HandleQuietingDown
- java.lang.Object
-
- cz.muni.fi.xkozubi1.HandleQuietingDown
-
public class HandleQuietingDown extends Object
Based on a strategy type, appropriate logic is performed.- Author:
- Dominik Kozubik
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleLogic()
The main function, calls other methods based on obtained strategy type if there is any idle executor.
-
-
-
Method Detail
-
handleLogic
public void handleLogic() throws InterruptedException
The main function, calls other methods based on obtained strategy type if there is any idle executor.- Throws:
InterruptedException
- in case the method is interrupted
-
-