Uses of Interface
org.red5.server.api.scheduling.ISchedulingService

Packages that use ISchedulingService
org.red5.server.adapter   
org.red5.server.api.scheduling   
org.red5.server.net.rtmp   
org.red5.server.net.rtmpt   
org.red5.server.scheduling   
org.red5.server.service   
org.red5.server.session   
org.red5.server.stream   
 

Uses of ISchedulingService in org.red5.server.adapter
 

Classes in org.red5.server.adapter that implement ISchedulingService
 class ApplicationAdapter
          Base class for applications, takes care that callbacks are executed single-threaded.
 class MultiThreadedApplicationAdapter
          ApplicationAdapter class serves as a base class for your Red5 applications.
 

Fields in org.red5.server.adapter declared as ISchedulingService
protected  ISchedulingService MultiThreadedApplicationAdapter.schedulingService
          Scheduling service.
 

Uses of ISchedulingService in org.red5.server.api.scheduling
 

Methods in org.red5.server.api.scheduling with parameters of type ISchedulingService
 void IScheduledJob.execute(ISchedulingService service)
          Called each time the job is triggered by the scheduling service.
 

Uses of ISchedulingService in org.red5.server.net.rtmp
 

Fields in org.red5.server.net.rtmp declared as ISchedulingService
protected  ISchedulingService RTMPConnection.schedulingService
          Scheduling service
 

Methods in org.red5.server.net.rtmp with parameters of type ISchedulingService
 void RTMPConnection.setSchedulingService(ISchedulingService schedulingService)
          Sets the scheduling service.
protected  void RTMPConnection.startWaitForHandshake(ISchedulingService service)
          Start waiting for a valid handshake.
 

Uses of ISchedulingService in org.red5.server.net.rtmpt
 

Methods in org.red5.server.net.rtmpt with parameters of type ISchedulingService
 void RTMPTConnection.setSchedulingService(ISchedulingService schedulingService)
          Sets the scheduling service.
 

Uses of ISchedulingService in org.red5.server.scheduling
 

Classes in org.red5.server.scheduling that implement ISchedulingService
 class ApplicationSchedulingService
          This class can be used to initialize Quartz for a Red5 application.
 class QuartzSchedulingService
          Scheduling service that uses Quartz as backend.
 

Uses of ISchedulingService in org.red5.server.service
 

Methods in org.red5.server.service that return ISchedulingService
 ISchedulingService WarDeployer.getScheduler()
           
 

Methods in org.red5.server.service with parameters of type ISchedulingService
 void WarDeployer.setScheduler(ISchedulingService scheduler)
           
 

Uses of ISchedulingService in org.red5.server.session
 

Methods in org.red5.server.session with parameters of type ISchedulingService
 void SessionManager.setSchedulingService(ISchedulingService schedulingService)
           
 

Uses of ISchedulingService in org.red5.server.stream
 

Constructors in org.red5.server.stream with parameters of type ISchedulingService
PlayEngine.Builder(ISubscriberStream subscriberStream, ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService)
           
 



Copyright © 2006-2012 The Red5 Project