You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/12 19:39:02 UTC

svn commit: r897663 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/non-ui/background-command-execution-jdo.html

Author: buildbot
Date: Wed Feb 12 18:39:02 2014
New Revision: 897663

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/non-ui/background-command-execution-jdo.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 12 18:39:02 2014
@@ -1 +1 @@
-1567713
+1567714

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 12 18:39:02 2014
@@ -1 +1 @@
-1567713
+1567714

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/non-ui/background-command-execution-jdo.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/non-ui/background-command-execution-jdo.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/non-ui/background-command-execution-jdo.html Wed Feb 12 18:39:02 2014
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>BackgroundCommandExecutionFromBackgroundCommandServiceJdo (1.4.0-snapshot)
</title>
+      <title>BackgroundCommandExecution (JDO implementation) (1.4.0-snapshot)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -174,7 +174,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=BackgroundCommandExecutionFromBackgroundCommandServiceJdo (1.4.0-snapshot)
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=BackgroundCommandExecution (JDO implementation) (1.4.0-snapshot)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -277,12 +277,12 @@
 
 <div class="page-header">
 <p><a href="./../../../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../../../../components/about.html">Components</a>&nbsp;&raquo&nbsp;<a href="./../../../../components/objectstores/about.html">Objectstores</a>&nbsp;&raquo&nbsp;<a href="./../../../../components/objectstores/jdo/about.html">Jdo</a>&nbsp;&raquo&nbsp;<a href="./../../../../components/objectstores/jdo/non-ui/about.html">Non Ui</a></p>
-<h1>BackgroundCommandExecutionFromBackgroundCommandServiceJdo (1.4.0-snapshot)
+<h1>BackgroundCommandExecution (JDO implementation) (1.4.0-snapshot)
 
 </h1>
 </div>
 
-<p>The <code>BackgroundCommandExecutionFromBackgroundCommandServiceJdo</code> is a concrete subclass of <a href="../../../../reference/non-ui/background-command-execution.html">BackgroundCommandExecution</a>.  The intended use is for the class to be instantiated regularly (eg every 10 seconds) by a scheduler such as <a href="http://quartz.org">Quartz</a>) to poll for <code>Command</code>s to be executed, and then execute them.  As you might imagine, this implementation queries for <code>Command</code>s persisted by the JDO implementations of <a href="../services/command-service-jdo.html">CommandService</a> and <a href="../services/background-command-service.html">BackgroundCommandService</a>, using the <code>BackgroundCommandServiceJdoRepository</code>.</p>
+<p>The <code>BackgroundCommandExecutionFromBackgroundCommandServiceJdo</code> is a concrete subclass of <a href="../../../../reference/non-ui/background-command-execution.html">BackgroundCommandExecution</a>.  The intended use is for the class to be instantiated regularly (eg every 10 seconds) by a scheduler such as <a href="http://quartz.org">Quartz</a>) to poll for <code>Command</code>s to be executed, and then execute them.  As you might imagine, this implementation queries for <code>Command</code>s persisted by the JDO implementations of <a href="../services/command-service-jdo.html">CommandService</a> and <a href="../services/background-command-service-jdo.html">BackgroundCommandService</a>, using the <code>BackgroundCommandServiceJdoRepository</code>.</p>
 
 <p>The diagram below shows how the inheritance hierarchy for this class:</p>