Package org.red5.server
Class Server.ConnectedJob
java.lang.Object
org.red5.server.Server.ConnectedJob
- All Implemented Interfaces:
IScheduledJob
- Enclosing class:
- Server
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ISchedulingService service) Called each time the job is triggered by the scheduling service.
-
Field Details
-
conn
-
-
Constructor Details
-
ConnectedJob
ConnectedJob(IConnection conn)
-
-
Method Details
-
execute
Description copied from interface:IScheduledJob
Called each time the job is triggered by the scheduling service.- Specified by:
execute
in interfaceIScheduledJob
- Parameters:
service
- the service that called the job
-