Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5379 - in branches/new-structure-with-base2/ps-mdm-ls/src/main: java/org/perfsonar/service/lookupservice java/org/perfsonar/service/lookupservice/dls java/org/perfsonar/service/lookupservice/schedulerActions java/org/perfsonar/service/lookupservice/summarization resources/perfsonar/conf

Subject: perfsonar development work

List archive

perfsonar: r5379 - in branches/new-structure-with-base2/ps-mdm-ls/src/main: java/org/perfsonar/service/lookupservice java/org/perfsonar/service/lookupservice/dls java/org/perfsonar/service/lookupservice/schedulerActions java/org/perfsonar/service/lookupservice/summarization resources/perfsonar/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5379 - in branches/new-structure-with-base2/ps-mdm-ls/src/main: java/org/perfsonar/service/lookupservice java/org/perfsonar/service/lookupservice/dls java/org/perfsonar/service/lookupservice/schedulerActions java/org/perfsonar/service/lookupservice/summarization resources/perfsonar/conf
  • Date: Mon, 7 Dec 2009 08:46:42 -0500

Author: trzaszcz
Date: 2009-12-07 08:46:42 -0500 (Mon, 07 Dec 2009)
New Revision: 5379

Added:

branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/schedulerActions/

branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/schedulerActions/GLSRegistrationAction.java

branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/schedulerActions/LSSummarySynchronizationAction.java
Removed:

branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/dls/schedulerActions/

branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/summarization/LSSummarySynchronizationAction.java
Modified:

branches/new-structure-with-base2/ps-mdm-ls/src/main/resources/perfsonar/conf/configuration.xml
Log:
refactoring

Added:
branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/schedulerActions/GLSRegistrationAction.java

Added:
branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/schedulerActions/LSSummarySynchronizationAction.java


Property changes on:
branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/schedulerActions/LSSummarySynchronizationAction.java
___________________________________________________________________
Name: svn:executable
+ *

Deleted:
branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/summarization/LSSummarySynchronizationAction.java

Modified:
branches/new-structure-with-base2/ps-mdm-ls/src/main/resources/perfsonar/conf/configuration.xml
===================================================================
---
branches/new-structure-with-base2/ps-mdm-ls/src/main/resources/perfsonar/conf/configuration.xml
2009-12-07 13:21:34 UTC (rev 5378)
+++
branches/new-structure-with-base2/ps-mdm-ls/src/main/resources/perfsonar/conf/configuration.xml
2009-12-07 13:46:42 UTC (rev 5379)
@@ -136,14 +136,14 @@
nrOfModifications - nr of changes in db after which
summarization process is executed immediately
nrOfIterations - after this nr of iteration if there are
some changes in db - summarization process is executed
-->
- <action name="LSSummarySynchronization"
className="org.perfsonar.service.lookupservice.summarization.LSSummarySynchronizationAction">
+ <action name="LSSummarySynchronization"
className="org.perfsonar.service.lookupservice.schedulerActions.LSSummarySynchronizationAction">
<option name="status" value="on" />
<option name="interval" value="60" />
<option name="nrOfModifications" value="10"/>
<option name="nrOfIterations" value="4"/>
</action>
-
- <action name="registration"
className="org.perfsonar.service.lookupservice.dls.schedulerActions.GLSRegistrationAction">
+
+ <action name="registration"
className="org.perfsonar.service.lookupservice.schedulerActions.GLSRegistrationAction">

<option name="status" value="on" />
<option name="interval" value="43200" />



  • perfsonar: r5379 - in branches/new-structure-with-base2/ps-mdm-ls/src/main: java/org/perfsonar/service/lookupservice java/org/perfsonar/service/lookupservice/dls java/org/perfsonar/service/lookupservice/schedulerActions java/org/perfsonar/service/lookupservice/summarization resources/perfsonar/conf, svnlog, 12/07/2009

Archive powered by MHonArc 2.6.16.

Top of Page