Class Server.DisconnectedJob

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

private final class Server.DisconnectedJob extends Object implements IScheduledJob
  • 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