com.apama.statusreport
Event ConfigureServerSideBridge


This event, when sent into the correlator, will setup a server side status report interface bridge, allowing the status information from an adapter attached to this correlator to be shared with other correlators.
Since:
CMF 1.1.0
Version:
10.11
See Also:
com.apama.statusreport.ServerBridge - The service this event creates an instance of

Member summary
 stringinstanceName

An instance name identifying an instance of the server side bridge.
 stringclientService

This has to match the details in the ConfigureServerSideBridge event. It is the service Id the client will use to access the data.
 stringserverService

This has to match the details in the ConfigureServerSideBridge event. It is the service id that the server component will uses to subscribe to the data.
 stringadapterName

The server side adapter monitors the connection to the other correlator. This adapterName has to match that of an IAFConnectionMonitor instance monitoring the connection.
 stringtransport

The server side adapter monitors the connection to the other correlator. This transport field has to match that of an IAFConnectionMonitor instance monitoring the connection.
 stringemitChannel

The server side adapter monitors the connection to the other correlator.
 
Member detail

adapterName

            string adapterName
        
The server side adapter monitors the connection to the other correlator. This adapterName has to match that of an IAFConnectionMonitor instance monitoring the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator
com.apama.connection.IAFStatusFaker - The IAFConnectionMonitor can only monitor the connection to the other correlator because it uses this service to pretend to be an adapter

clientService

            string clientService
        
This has to match the details in the ConfigureServerSideBridge event. It is the service Id the client will use to access the data.
See Also:
com.apama.statusreport.ConfigureClientSideBridge#clientService - This field must match the one in the server event

emitChannel

            string emitChannel
        
The server side adapter monitors the connection to the other correlator.

This channel has to be that which the client correlator is listening to on the server correlator. It also has to match the value in the IAFConnectionMonitor used to monitor the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator

instanceName

            string instanceName
        
An instance name identifying an instance of the server side bridge.

serverService

            string serverService
        
This has to match the details in the ConfigureServerSideBridge event. It is the service id that the server component will uses to subscribe to the data.
See Also:
com.apama.statusreport.ConfigureClientSideBridge#serverService - This field must match the one in the server event

transport

            string transport
        
The server side adapter monitors the connection to the other correlator. This transport field has to match that of an IAFConnectionMonitor instance monitoring the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator