Class BusyService

java.lang.Object
com.jibi.service.BusyService

@Service public class BusyService extends Object
The type Busy service.
  • Constructor Details

    • BusyService

      public BusyService()
  • Method Details

    • runInAllProcessors

      public void runInAllProcessors(int percentage, int seconds)
      Run in all processors.
      Parameters:
      percentage - the percentage
      seconds - the seconds
    • runInSingleProcessor

      public void runInSingleProcessor(int percentage, int seconds)
      Run in single processor.
      Parameters:
      percentage - the percentage
      seconds - the seconds