Name

list

File String List — A String List

<list/>

Name:list
Required by Parent Tag:No
Multiple Tag Instances supported:Yes

Table 47. Attributes for list tag (for xms.dataservices.list.FileStringList)

NameFriendly NameDescriptionTypeDefault ValueRequired
classClassThe class name the service manager loads. To load: File String List use: class xms.dataservices.list.FileStringListClass Name A fully qualified class name for a class that is part of the java classpath.xms.dataservices.list.FileStringListYes
nameList NameA name used to identify the list for retrievalString Any character combination is valid.noneYes
pathFile PathThe file path to the file containing the listString Any character combination is valid.noneYes
cacheCacheWill the list be cached?Boolean Possible Values: true or falsetrueNo
cachetimeoutCache TimeoutThe period between refreshes in msUnsigned Integer Valid values are from 0 to 21474836470No
readonlyRead-OnlyToggles read or read/writeBoolean Possible Values: true or falsefalseNo

Service Class Dependencies

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

Example 41. Example configuration for File String List

Required attributes are marked with a bold typeface

<list class="xms.dataservices.list.FileStringList"
  name="name"
  path="path"
  cache="true"
  cachetimeout="0"
  readonly="false" />