Class BasicScope.KeepAliveJob

java.lang.Object
org.red5.server.scope.BasicScope.KeepAliveJob
All Implemented Interfaces:
IScheduledJob
Enclosing class:
BasicScope

private class BasicScope.KeepAliveJob extends Object implements IScheduledJob
Keeps the scope alive for a set number of seconds.
  • Field Details

  • Constructor Details

  • 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