CRecordDataTargetInfo
Contains the information about a single Target. Returned by the TargetRegistry.getTargetInfo() method.
<record id="11ba35a9-9312-44e1-91f9-0afa7c389c2f" name="DATA_TARGET_INFO" isService="false">
<description>
Information about a single target.
</description>
<slot key="1" name="TID" answer="false" mandatory="true" type="ID">
<description>The target ID.</description>
</slot>
<slot key="2" name="CLASS_NAME" answer="true" mandatory="true" type="STRING">
<description>Name of the registered class, with package.</description>
</slot>
<slot key="3" name="CLASS_SIMPLE_NAME" answer="true" mandatory="true" type="STRING">
<description>Name of the registered class.</description>
</slot>
<slot key="4" name="QID" answer="true" mandatory="true" type="ID">
<description>The queue ID.</description>
</slot>
</record>