com.apama.adapters
Monitor IAFStatusDataViewService


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:
Routes:
com.apama.adapters.AdapterDataViewResponse - 
com.apama.dataview.DataViewAddDefinition - 
com.apama.dataview.DataViewAddOrUpdateItem - 
com.apama.dataview.DataViewDeleteDefinition - 
com.apama.dataview.DataViewDeleteItem - 
Listens:
com.apama.adapters.AdapterDataViewDeregister - 
com.apama.adapters.AdapterDataViewRegister - 
com.apama.adapters.AdapterError - 
com.apama.adapters.AdapterUp - 
com.apama.dataview.DataViewDefinition - 
com.apama.dataview.DataViewException - 
com.apama.dataview.DataViewItemDeleted - 
com.apama.dataview.DataViewItemException -