Skip to Content.
Sympa Menu

perfsonar-dev - r1368 - in trunk/perfsonar: ant ant/tops conf src/org/perfsonar/commons/messages src/org/perfsonar/service src/org/perfsonar/service/commons/engine src/org/perfsonar/service/topologyService src/org/perfsonar/service/web/wsdd

Subject: perfsonar development work

List archive

r1368 - in trunk/perfsonar: ant ant/tops conf src/org/perfsonar/commons/messages src/org/perfsonar/service src/org/perfsonar/service/commons/engine src/org/perfsonar/service/topologyService src/org/perfsonar/service/web/wsdd


Chronological Thread 
  • From:
  • To:
  • Subject: r1368 - in trunk/perfsonar: ant ant/tops conf src/org/perfsonar/commons/messages src/org/perfsonar/service src/org/perfsonar/service/commons/engine src/org/perfsonar/service/topologyService src/org/perfsonar/service/web/wsdd
  • Date: Tue, 4 Jul 2006 06:12:06 -0400

Author: ulisses.alonso
Date: 2006-07-04 06:12:05 -0400 (Tue, 04 Jul 2006)
New Revision: 1368

Added:
trunk/perfsonar/ant/const.properties.tops
trunk/perfsonar/ant/tops/
trunk/perfsonar/ant/tops/tops-axis-deploy-targets.xml
trunk/perfsonar/ant/tops/tops-client-run-targets.xml
trunk/perfsonar/ant/tops/tops-java-compile-targets.xml
trunk/perfsonar/conf/components.properties.tops
trunk/perfsonar/conf/service.properties.tops

trunk/perfsonar/src/org/perfsonar/commons/messages/TOPSDownloadDBRequest.java
trunk/perfsonar/src/org/perfsonar/commons/messages/TOPSRequest.java
trunk/perfsonar/src/org/perfsonar/service/topologyService/

trunk/perfsonar/src/org/perfsonar/service/topologyService/TopServiceEngine.java
trunk/perfsonar/src/org/perfsonar/service/topologyService/TopsAction.java

trunk/perfsonar/src/org/perfsonar/service/topologyService/TopsDownloadDBAction.java

trunk/perfsonar/src/org/perfsonar/service/topologyService/TopsJDBCComponent.java

trunk/perfsonar/src/org/perfsonar/service/topologyService/TopsLSRegistrationComponent.java
trunk/perfsonar/src/org/perfsonar/service/web/wsdd/tops-service-deploy.wsdd

trunk/perfsonar/src/org/perfsonar/service/web/wsdd/tops-service-undeploy.wsdd
Modified:
trunk/perfsonar/ant/build.xml
trunk/perfsonar/src/org/perfsonar/service/commons/engine/ActionType.java
Log:

Initial version of the Topology Service.

Compiles, registers to the LS and accepts a full topology database download
without
actually sending the topology information but has a class for connecting to a
jdbc database.



Modified: trunk/perfsonar/ant/build.xml
===================================================================
--- trunk/perfsonar/ant/build.xml 2006-07-03 14:20:12 UTC (rev 1367)
+++ trunk/perfsonar/ant/build.xml 2006-07-04 10:12:05 UTC (rev 1368)
@@ -118,6 +118,12 @@
<import file="tcmp/tcmp-configure-targets.xml"/>


+ <!-- TOPS imports -->
+
+ <import file="tops/tops-java-compile-targets.xml"/>
+ <import file="tops/tops-axis-deploy-targets.xml"/>
+ <import file="tops/tops-client-run-targets.xml"/>
+
</project>



Added: trunk/perfsonar/ant/const.properties.tops

Added: trunk/perfsonar/ant/tops/tops-axis-deploy-targets.xml

Added: trunk/perfsonar/ant/tops/tops-client-run-targets.xml

Added: trunk/perfsonar/ant/tops/tops-java-compile-targets.xml

Added: trunk/perfsonar/conf/components.properties.tops

Added: trunk/perfsonar/conf/service.properties.tops

Added:
trunk/perfsonar/src/org/perfsonar/commons/messages/TOPSDownloadDBRequest.java

Added: trunk/perfsonar/src/org/perfsonar/commons/messages/TOPSRequest.java

Modified:
trunk/perfsonar/src/org/perfsonar/service/commons/engine/ActionType.java
===================================================================
--- trunk/perfsonar/src/org/perfsonar/service/commons/engine/ActionType.java
2006-07-03 14:20:12 UTC (rev 1367)
+++ trunk/perfsonar/src/org/perfsonar/service/commons/engine/ActionType.java
2006-07-04 10:12:05 UTC (rev 1368)
@@ -66,5 +66,10 @@
*/
public static final String LS_KEEPALIVE = "LS_KEEPALIVE";

+ /**
+ * Action type to request a full topology database download
+ */

+ public static final String TOPS_DOWNLOAD_DB = "TOPS_DOWNLOAD_DB";
+
}

Added:
trunk/perfsonar/src/org/perfsonar/service/topologyService/TopServiceEngine.java

Added:
trunk/perfsonar/src/org/perfsonar/service/topologyService/TopsAction.java

Added:
trunk/perfsonar/src/org/perfsonar/service/topologyService/TopsDownloadDBAction.java

Added:
trunk/perfsonar/src/org/perfsonar/service/topologyService/TopsJDBCComponent.java

Added:
trunk/perfsonar/src/org/perfsonar/service/topologyService/TopsLSRegistrationComponent.java

Added:
trunk/perfsonar/src/org/perfsonar/service/web/wsdd/tops-service-deploy.wsdd

Added:
trunk/perfsonar/src/org/perfsonar/service/web/wsdd/tops-service-undeploy.wsdd



  • r1368 - in trunk/perfsonar: ant ant/tops conf src/org/perfsonar/commons/messages src/org/perfsonar/service src/org/perfsonar/service/commons/engine src/org/perfsonar/service/topologyService src/org/perfsonar/service/web/wsdd, svnlog, 07/04/2006

Archive powered by MHonArc 2.6.16.

Top of Page