The scheduler periodically runs tasks based on a scheduling recipe. Tasks can be added and removed using the addRunnable and removeRunnable methods. Recipes are supplied using configuration properties using the updated method, or are passed in the task's properties. A task will be scheduled if both a Runnable and a recipe are available for it.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.