Class Server.ScopeRemovedJob

java.lang.Object
org.red5.server.Server.ScopeRemovedJob
All Implemented Interfaces:
IScheduledJob
Enclosing class:
Server

private final class Server.ScopeRemovedJob extends Object implements IScheduledJob
Used to indicate a scope was removed.
  • Field Details

    • scope

      private IScope scope
  • Constructor Details

    • ScopeRemovedJob

      ScopeRemovedJob(IScope scope)
  • 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