Name

service

XMS Update Service — Provides automatic update checking

<service class="xms.updates.XMSUpdateService" />

Table 92. Attributes for service tag (for xms.updates.XMSUpdateService)

NameDescriptionTypeDefault ValueRequired
intervalInterval to check for updates in msint any integer3600000 (One hour)no
updateURLURL from which to obtain updatesString any character combinationhttps://www.zrinity.com/xms/updates/no

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 86. Example configuration for XMS Update Service

Required attributes are marked with a bold typeface

<service class="xms.updates.XMSUpdateService"
      interval="interval"
      updateURL="updateURL" />