Java Executor in timerange at specific time -


i need call task every x hour in defined time range , repeat every day. idea calculate executions times delay current time , start each in seperated thread via scheduleatfixedrate , rate of 24 hours. has better idea?

regards

you can use library dedicated schedule code: quartz

it use cron syntax , can schedule job implementations.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -