Package org.red5.server.stream
Class SingleItemSubscriberStream.Notifier
java.lang.Object
org.red5.server.stream.SingleItemSubscriberStream.Notifier
- All Implemented Interfaces:
IScheduledJob
- Enclosing class:
SingleItemSubscriberStream
Handles notifications in a separate thread.
-
Constructor Summary
ConstructorsConstructorDescriptionNotifier(ISingleItemSubscriberStream stream, IStreamAwareScopeHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ISchedulingService service) Called each time the job is triggered by the scheduling service.voidsetConnection(IConnection conn)
-
Constructor Details
-
Notifier
-
-
Method Details
-
setConnection
-
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
-