Class PlayEngine.DeferredStopRunnable

java.lang.Object
org.red5.server.stream.PlayEngine.DeferredStopRunnable
All Implemented Interfaces:
IScheduledJob
Enclosing class:
PlayEngine

private class PlayEngine.DeferredStopRunnable extends Object implements IScheduledJob
  • Constructor Details

    • DeferredStopRunnable

      private DeferredStopRunnable()
  • Method Details

    • execute

      public void execute(ISchedulingService service)
      Description copied from interface: IScheduledJob
      Called each time the job is triggered by the scheduling service.
      Specified by:
      execute in interface IScheduledJob
      Parameters:
      service - the service that called the job