[elvystrac] r1957 - app configuration examples

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Sun, 28 Feb 2010 23:17:49 +0100

Author: JirkaH
Date: 2010-02-28 23:17:49 +0100 (Sun, 28 Feb 2010)
New Revision: 1957

Added:
   others/xsd/version2/examples/appConfig.xml.static
Modified:
   others/xsd/version2/examples/appConfig.xml
Log:
app  configuration examples


Modified: others/xsd/version2/examples/appConfig.xml
===================================================================
--- others/xsd/version2/examples/appConfig.xml  2010-02-28 22:11:04 UTC (rev 
1956)
+++ others/xsd/version2/examples/appConfig.xml  2010-02-28 22:17:49 UTC (rev 
1957)
@@ -1,31 +1,41 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <a:app_config elvysVersion="1.0-b1" xmlns:a="cz/elvys/jaxbgen/app">
+       <!--Identifikator kiosku -->
     <a:machine_id>13</a:machine_id>
+       <!--Adresa, ze ktere se stahuji dokumenty k zobrazeni -->
     <a:data_url>
         
<a:http_address>http://elvys.farm.particle.cz/dataIntegrationNew/4</a:http_address>
     </a:data_url>
+       <!--Adresa, na kterou se odesilaji statistiky spolu s periodou 
odesilani (v ms) -->
     <a:statistics>
         
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/statistic</a:http_address>
         <a:period>30000</a:period>
     </a:statistics>
+       <!--Adresa, na kterou se odesilaji snimky obrazovky spolu s periodou 
odesilani (v ms)-->
     <a:screenshot>
         
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/img</a:http_address>
         <a:period>30000</a:period>
     </a:screenshot>
+       <!--Adresa, ze ktere se stahuje nastaveni kategorii a jejich rozvrzeni 
spolu s stahovani (v ms) -->
     <a:category_config>
         
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/categoryConfig</a:http_address>
                  <a:period>30000</a:period>
     </a:category_config>
+       <!--Adresa, ze ktere se stahuje seznam souboru k zobrazeni spolu s 
periodou stahovani (v ms) -->
     <a:document_config>
         
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/documentConfig</a:http_address>
                  <a:period>30000</a:period>
     </a:document_config>
+       <!--Adresa, ze ktere se stahuje seznam souboru,ktere se behem 24 hodin 
budou stahovat spolu s periodou stahovani (v ms) -->
     <a:filecache_config>
         
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/filecacheConfig</a:http_address>
                  <a:period>30000</a:period>
     </a:filecache_config>
-    <a:night_mode enabled="false"/>
+        <!-- Adresa, ze ktere se stahuje tento soubor spolu s periodou 
stahovani (v ms).
+             Pokud neni nadefinovano, stahovani konfigurace se automaticky 
neprovadi
+        -->
     <a:app_config_source>
         
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/appConfig</a:http_address>
+                 <a:period>30000</a:period>
     </a:app_config_source>
 </a:app_config>

Added: others/xsd/version2/examples/appConfig.xml.static
===================================================================
--- others/xsd/version2/examples/appConfig.xml.static                           
(rev 0)
+++ others/xsd/version2/examples/appConfig.xml.static   2010-02-28 22:17:49 UTC 
(rev 1957)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<app_config elvysVersion="1.0-b1">
+       <!--Identifikator kiosku -->
+    <a:machine_id>13</a:machine_id>
+       <!--Adresa, ze ktere se stahuji dokumenty k zobrazeni -->
+    <a:data_url>
+</app_config>


Other related posts:

  • » [elvystrac] r1957 - app configuration examples - elvys