Class Server.ScopeCreatedJob

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

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

    • scope

      private IScope scope
  • Constructor Details

    • ScopeCreatedJob

      ScopeCreatedJob(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