com.apama.adapters
Event MonitorAdapterConnection


This event is used to ask the connection monitor to monitor a connection from an adapter to the external system.

To use this event the adapter must already be monitored. Using this event allows the user to subscribe to connection information at a finer granularity. Instead of only knowing that the IAF is available, they can tell if the connection from that adapter to the end system is established. The IAFConnectionMonitor will talk the com.apama.adapters protocol to the adapter and convert the data into the com.apama.statusreport interface that client applications e.g. scenarios can understand.
Since:
CMF 1.1.0
Version:
9.12
See Also:
com.apama.adapters.IAFConnectionMonitor - The service that this event configures

Member Summary
 stringadapterName

The name of the adapter that will make the outgoing connection.
 stringconnectionName

The name of the connection from the adapter to an external system that needs to be monitored.
 
Member Detail

adapterName

string adapterName
The name of the adapter that will make the outgoing connection.
See Also:
com.apama.adapters.MonitorAdapter - The name must match that of a pre-existing adapter connection

connectionName

string connectionName
The name of the connection from the adapter to an external system that needs to be monitored.
See Also:
com.apama.adapters.IAFAdapterStatusMonitor - The service that actually monitors the connections