Attrib
This tag is used for defining attributes that a lockcomponent should search for when trying to match the right type of component. The attrib name and value are matched with properties set on the DTFA command line. The properties which are loaded by the dtf.defaults property are also used in this context but only if they start with a non dtf.xxx prefix. For more information on this subject have a look at the DTF User's Guide which explains the usage of default properties on agents and locking those agents based on those same properties.
Usage Examples
Example #1
<local>
   
<echo>Remote counter retrieval</echo>
   
<lockcomponent id="DTFA1">
      
<attrib name="type" value="DTFA" />
   
</lockcomponent>
</local>