Icarus Class: QueueConfig
Description of batch queue system configuration for an SRS site.
batchQueueingSystem BatchQueueSystem  
  Reference to the batch queue system installed in the SRS site.
indexingQueue  
  Name of the queue for indexing the application results. Note that all machines associated to the indexingQueue should share the same file system with the SRS server machine.
defaultSubmitQueue  
  Name of the default queue for submiting applications.
interactiveApplLaunchQueue  
  Name of the default queue for launching applications interactivly.
interactiveIndexingQueue  
  Name of the queue for indexing results of applications submitted to any interactive queue.
applicationLaunchers Attribute is multivalued (list). ApplLaunchers  
  List of the queues for a list of applications to assosicate the applications to the queues.
srsServer  
  Host name of the SRS server, same as given by 'hostname' command.
remoteHosts Attribute is multivalued (list). Host  
  List of hosts using file systems different than of the SRS server host.
statusReporter  Attribute has a default value. echo
  Contain full path of the executable (which most likely be written in java) that is responsible to report application status to an EJB container. It is used in the script that launches the application before/after the application is launched.
useIndexLocking  Attribute has a default value. no
  Use one of the following values. y n yes no
  This attribute indicates whether file locking should be used by srsbuild while indexing the application results.