Author: kwin
Date: Mon Jun 29 14:10:58 2015
New Revision: 1688225

URL: http://svn.apache.org/r1688225
Log:
clarify difference between Sling Jobs and Sling Scheduler Jobs

Modified:
    
sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Modified: 
sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext?rev=1688225&r1=1688224&r2=1688225&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
 Mon Jun 29 14:10:58 2015
@@ -2,6 +2,10 @@ Title: Scheduler Service (commons schedu
 
 The scheduler is a service for scheduling other services/jobs (it uses the 
open source Quartz library). The scheduler can be used in two ways, by 
registering the job through the scheduler API and by leveraging the whiteboard 
pattern that is supported by the scheduler. In most cases the whiteboard 
pattern is preferred
 
+<div class="note">
+This notion of Job used here is a different one that the one used for [Sling 
Jobs]({{ refs.apache-sling-eventing-and-job-handling.path }}). The main 
difference is that a scheduler job is not persisted. 
+</div>
+
 ## Examples of jobs that are scheduled by leveraging the whiteboard pattern 
 
 The following examples show you how to define and schedule a job by leveraging 
the whiteboard pattern.


Reply via email to