Package org.red5.server.stream
Class PlaylistSubscriberStream.Notifier
java.lang.Object
org.red5.server.stream.PlaylistSubscriberStream.Notifier
- All Implemented Interfaces:
IScheduledJob
- Enclosing class:
PlaylistSubscriberStream
Handles notifications in a separate thread.
-
Constructor Summary
ConstructorsConstructorDescriptionNotifier(IPlaylistSubscriberStream stream, IStreamAwareScopeHandler handler, IConnection conn) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ISchedulingService service) Called each time the job is triggered by the scheduling service.
-
Constructor Details
-
Notifier
public Notifier(IPlaylistSubscriberStream stream, IStreamAwareScopeHandler handler, IConnection conn)
-
-
Method Details
-
execute
Description copied from interface:IScheduledJobCalled each time the job is triggered by the scheduling service.- Specified by:
executein interfaceIScheduledJob- Parameters:
service- the service that called the job
-