The IAFStatusDataViewService allows registering an IAF adapter to publish its status as a DataView item.
The status of every adapter is published as a DataView item of a single DataView definition (IAF_ADAPTER_STATUS). The IAFStatusDataViewService listens for AdapterUp and AdapterError events of registered IAF adapters and updates the current status in the DataView item accordingly.
The DataView item for the adapter status has two fields:
name- Name of the adapter
status- Current status of the adapter. This is a boolean value. It is true if the adapter is up otherwise false.