Event summary |
---|
AdapterConnectionClosed | Sent by a transport/codec running inside the IAF to notify the IAFStatusManager that a connection to the external system the adapter communicates with has been closed. |
AdapterConnectionOpened | Sent by a transport/codec running inside the IAF to notify the IAFStatusManager that a connection to the external system the adapter communicates with has been successfully established. |
AdapterDataViewDeregister | Sent by an application to the IAFStatusDataViewService to stop publishing the status of an IAF adapter as a DataView item. The AdapterDataViewResponse event is sent in response of this event. |
AdapterDataViewRegister | Sent by an application to the IAFStatusDataViewService to start publishing the status of an IAF adapter as a DataView item of the IAF_ADAPTER_STATUS DataView definition. The AdapterDataViewResponse event is sent in response of this event. |
AdapterDataViewResponse | This event is sent in response of the AdapterDataViewDeregister and AdapterDataViewDeregister events. |
AdapterError | Notifies registered clients that there is a problem with this subscription, such as a mismatch between the subscribed version and the version reported by the running transport/codec, or a timeout waiting for status information from the adapter. |
AdapterStatusDeregister | Sent by a client monitor to the IAFStatusManager, to remove its subscription to status events for a particular adapter. |
AdapterStatusRegister | Sent from a client monitor to the IAFStatusManager, to register interest in receiving status events from the specified codec and transport. The fields of this event uniquely identify a subscription. |
AdapterUp | Notifies registered clients that the specified adapter process is running. |
ConfigureIAFStatusManager | Configure an IAFStatusManager. |
ConnectionClosed | Notifies registered clients that a connection between the adapter and the external system it communicates with has been closed. |
ConnectionOpened | Notifies registered clients that a connection between the adapter and the external system it communicates with has been successfully established. |