com.apama.adapters
Event MonitorAdapter


This event is used to ask the connection monitor to monitor the connection between the correlator and an adapter.

An adapter connection is addressed by the three tuple of the output channel, transport and codec. 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:
10.11
See Also:
com.apama.adapters.IAFConnectionMonitor - The service that this event configures

Member summary
 stringadapterName

The name of this adapter. When subscribing to the status report information this should be used as the object field of the subscribe status event.
 stringserviceName

The service id used in the com.apama.statusreport interface. i.e. users need to subscribe on this service id.
 stringcodec

The codec in the IAF that is to be monitored.
 stringtransport

The transport in the IAF that is to be monitored.
 stringchannel

The output channel to which the IAF is connected.
 
Member detail

adapterName

            string adapterName
        
The name of this adapter. When subscribing to the status report information this should be used as the object field of the subscribe status event.
See Also:
com.apama.statusreport.SubscribeStatus#object - This field has to match the name of the adapter as configured here

channel

            string channel
        
The output channel to which the IAF is connected.
See Also:
com.apama.adapters.IAFAdapterStatusMonitor - The service that monitors the adapter uses the channel data

codec

            string codec
        
The codec in the IAF that is to be monitored.
See Also:
com.apama.adapters.IAFAdapterStatusMonitor - The service that monitors the adapter uses the codec data

serviceName

            string serviceName
        
The service id used in the com.apama.statusreport interface. i.e. users need to subscribe on this service id.
See Also:
com.apama.statusreport.SubscribeStatus#serviceID - This field is used as the service id in the status report stream

transport

            string transport
        
The transport in the IAF that is to be monitored.
See Also:
com.apama.adapters.IAFAdapterStatusMonitor - The service that monitors the adapter uses the transport data