Class ShutdownService

java.lang.Object
es.urjc.etsii.grafo.services.ShutdownService

@Service public class ShutdownService extends Object

ShutdownService class.

  • Constructor Details

  • Method Details

    • onExperimentationEnd

      public void onExperimentationEnd(ExecutionEndedEvent event)

      onExperimentationEnd.

      Parameters:
      event - a ExecutionEndedEvent object.
    • delayedStop

      public void delayedStop(long time, TimeUnit unit)

      delayedStop.

      Parameters:
      time - a long.
      unit - a TimeUnit object.